Shades of Dark Violet #A901CF
Tints of Dark Violet #A901CF
RGB
CMYK
RGB Variations
Color information
#A901CF (or 0xA901CF) is known color: Dark Violet. HEX triplet: A9, 01 and CF. RGB value is (169,1,207). Sum of RGB (Red+Green+Blue) = 169+1+207=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A901CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901CF is #56FE30. Grayscale: #4A4A4A. Windows color (decimal): -5701169 or 13566377. OLE color: 13566377.
HSL color Cylindrical-coordinate representation of color #A901CF: hue angle of 288.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901CF is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 1 | 207 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.19 |
| HSL | 288.93º | 0.99% | 0.41% | - |
| HSV(B) | 288.93º | 1% | 0.81% | - |
| XYZ | 27.64 | 12.96 | 60.08 | - |
| YUV | 74.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 207 | 0.18 | 1.00 | 0 | 0.19 | 288.93 | 0.99 | 0.41 |
| Hex | A9 | 1 | CF | 12 | 64 | 0 | 13 | 121 | 63 | 29 |
| Octal | 251 | 1 | 317 | 22 | 144 | 0 | 23 | 441 | 143 | 51 |
| Binary | 10101001 | 1 | 11001111 | 10010 | 1100100 | 0 | 10011 | 100100001 | 1100011 | 101001 |
Color Harmonies of #A901CF
Complementary color
Monochromatic Colors of #A901CF
Black with #A901CF
Text Example
Text Example
White with #A901CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901CF; }
p { color: rgb(169,1,207); }
H1.HeaderClassName
{
color: #A901CF;
}
.AnyTagClassName
{
color: #A901CF;
}
</style>
background-color css
<style>
a { background-color: #A901CF; }
a { background-color: rgb(169,1,207); }
div.DivClassName
{
background-color: #A901CF;
}
.BgClassName
{
background-color: #A901CF;
}
</style>
border-color css
<style>
span { border-color: #A901CF; }
span { border-color: rgb(169,1,207); }
td.TdClassName
{
border-color: #A901CF;
}
.TagClassName
{
border-color: #A901CF;
}
</style>