Shades of Dark Violet #A602CF
Tints of Dark Violet #A602CF
RGB
CMYK
RGB Variations
Color information
#A602CF (or 0xA602CF) is known color: Dark Violet. HEX triplet: A6, 02 and CF. RGB value is (166,2,207). Sum of RGB (Red+Green+Blue) = 166+2+207=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #A602CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602CF is #59FD30. Grayscale: #494949. Windows color (decimal): -5897521 or 13566630. OLE color: 13566630.
HSL color Cylindrical-coordinate representation of color #A602CF: hue angle of 288º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602CF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 2 | 207 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.19 |
| HSL | 288º | 0.98% | 0.41% | - |
| HSV(B) | 288º | 0.99% | 0.81% | - |
| XYZ | 27.01 | 12.66 | 60.05 | - |
| YUV | 74.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 207 | 0.20 | 0.99 | 0 | 0.19 | 288 | 0.98 | 0.41 |
| Hex | A6 | 2 | CF | 14 | 63 | 0 | 13 | 120 | 62 | 29 |
| Octal | 246 | 2 | 317 | 24 | 143 | 0 | 23 | 440 | 142 | 51 |
| Binary | 10100110 | 10 | 11001111 | 10100 | 1100011 | 0 | 10011 | 100100000 | 1100010 | 101001 |
Color Harmonies of #A602CF
Complementary color
Monochromatic Colors of #A602CF
Black with #A602CF
Text Example
Text Example
White with #A602CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602CF; }
p { color: rgb(166,2,207); }
H1.HeaderClassName
{
color: #A602CF;
}
.AnyTagClassName
{
color: #A602CF;
}
</style>
background-color css
<style>
a { background-color: #A602CF; }
a { background-color: rgb(166,2,207); }
div.DivClassName
{
background-color: #A602CF;
}
.BgClassName
{
background-color: #A602CF;
}
</style>
border-color css
<style>
span { border-color: #A602CF; }
span { border-color: rgb(166,2,207); }
td.TdClassName
{
border-color: #A602CF;
}
.TagClassName
{
border-color: #A602CF;
}
</style>