Color spaces of #a907a1
RGB | 169 | 7 | 161 |
---|---|---|---|
HSL | 0.84 | 0.92 | 0.35 |
HSV | 303° | 96° | 66° |
CMYK | 0.00 | 0.96 | 0.05 0.34 |
XYZ | 22.8712 | 11.1602 | 34.6669 |
Yxy | 11.1602 | 0.3329 | 0.1625 |
Hunter Lab | 33.4069 | 63.7436 | -38.1414 |
CIE-Lab | 39.8490 | 70.2667 | -40.2764 |
#a907a1 color RGB value is (169,7,161).
#a907a1 hex color red value is 169, green value is 7 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a907a1 hue: 0.84 , saturation: 0.92 and the lightness value of a907a1 is 0.35.
The process color (four color CMYK) of #a907a1 color hex is 0.00, 0.96, 0.05, 0.34. Web safe color of #a907a1 is #990099. Color #a907a1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00000111 | 10100001 |
Octal | 251 | 7 | 241 |
Decimal | 169 | 7 | 161 |
Hex | A9 | 7 | A1 |
Shades of #a907a1
Tints of #a907a1
RGB Percentages of Color #a907a1
CMYK Percentages of Color #a907a1
Complementary Color
#a907a1 | #07a90f |
#a907a1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a907a1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a907a1 Color CSS Codes
.mybgcolor {background-color:#a907a1; } .myforecolor {color:#a907a1; } .mybordercolor {border:3px solid #a907a1; }
#a907a1 Text Font Color
<p style="color:#a907a1">Text here</p>
This sample text font color is #a907a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a907a1 Background Color
<div style="background-color:#a907a1">
Div content here</div>
This div background color is #a907a1
#a907a1 Border Color
<div style="border:3px solid #a907a1">
Div here</div>
This div border color is #a907a1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,7,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a907a1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a907a1; -webkit-box-shadow: 1px 1px 3px 2px #a907a1; box-shadow: 1px 1px 3px 2px #a907a1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,7,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a907a1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a907a1; -webkit-box-shadow: 1px 1px 3px 2px #a907a1; box-shadow: 1px 1px 3px 2px #a907a1;">
Div content here</div>
This div box has shadow with color #a907a1
Comments
No comments written yet.
Please login to write comment.