Shades of Dark Violet #A702C9
Tints of Dark Violet #A702C9
RGB
CMYK
RGB Variations
Color information
#A702C9 (or 0xA702C9) is known color: Dark Violet. HEX triplet: A7, 02 and C9. RGB value is (167,2,201). Sum of RGB (Red+Green+Blue) = 167+2+201=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #A702C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702C9 is #58FD36. Grayscale: #494949. Windows color (decimal): -5831991 or 13173415. OLE color: 13173415.
HSL color Cylindrical-coordinate representation of color #A702C9: hue angle of 289.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702C9 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 2 | 201 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.21 |
| HSL | 289.75º | 0.98% | 0.4% | - |
| HSV(B) | 289.75º | 0.99% | 0.79% | - |
| XYZ | 26.5 | 12.48 | 56.27 | - |
| YUV | 74.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 201 | 0.17 | 0.99 | 0 | 0.21 | 289.75 | 0.98 | 0.4 |
| Hex | A7 | 2 | C9 | 11 | 63 | 0 | 15 | 122 | 62 | 28 |
| Octal | 247 | 2 | 311 | 21 | 143 | 0 | 25 | 442 | 142 | 50 |
| Binary | 10100111 | 10 | 11001001 | 10001 | 1100011 | 0 | 10101 | 100100010 | 1100010 | 101000 |
Color Harmonies of #A702C9
Complementary color
Monochromatic Colors of #A702C9
Black with #A702C9
Text Example
Text Example
White with #A702C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702C9; }
p { color: rgb(167,2,201); }
H1.HeaderClassName
{
color: #A702C9;
}
.AnyTagClassName
{
color: #A702C9;
}
</style>
background-color css
<style>
a { background-color: #A702C9; }
a { background-color: rgb(167,2,201); }
div.DivClassName
{
background-color: #A702C9;
}
.BgClassName
{
background-color: #A702C9;
}
</style>
border-color css
<style>
span { border-color: #A702C9; }
span { border-color: rgb(167,2,201); }
td.TdClassName
{
border-color: #A702C9;
}
.TagClassName
{
border-color: #A702C9;
}
</style>