Shades of Dark Violet #A702CB
Tints of Dark Violet #A702CB
RGB
CMYK
RGB Variations
Color information
#A702CB (or 0xA702CB) is known color: Dark Violet. HEX triplet: A7, 02 and CB. RGB value is (167,2,203). Sum of RGB (Red+Green+Blue) = 167+2+203=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #A702CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CB is #58FD34. Grayscale: #494949. Windows color (decimal): -5831989 or 13304487. OLE color: 13304487.
HSL color Cylindrical-coordinate representation of color #A702CB: hue angle of 289.25º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702CB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 2 | 203 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.20 |
| HSL | 289.25º | 0.98% | 0.4% | - |
| HSV(B) | 289.25º | 0.99% | 0.8% | - |
| XYZ | 26.74 | 12.57 | 57.52 | - |
| YUV | 74.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 203 | 0.18 | 0.99 | 0 | 0.20 | 289.25 | 0.98 | 0.4 |
| Hex | A7 | 2 | CB | 12 | 63 | 0 | 14 | 121 | 62 | 28 |
| Octal | 247 | 2 | 313 | 22 | 143 | 0 | 24 | 441 | 142 | 50 |
| Binary | 10100111 | 10 | 11001011 | 10010 | 1100011 | 0 | 10100 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A702CB
Complementary color
Monochromatic Colors of #A702CB
Black with #A702CB
Text Example
Text Example
White with #A702CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702CB; }
p { color: rgb(167,2,203); }
H1.HeaderClassName
{
color: #A702CB;
}
.AnyTagClassName
{
color: #A702CB;
}
</style>
background-color css
<style>
a { background-color: #A702CB; }
a { background-color: rgb(167,2,203); }
div.DivClassName
{
background-color: #A702CB;
}
.BgClassName
{
background-color: #A702CB;
}
</style>
border-color css
<style>
span { border-color: #A702CB; }
span { border-color: rgb(167,2,203); }
td.TdClassName
{
border-color: #A702CB;
}
.TagClassName
{
border-color: #A702CB;
}
</style>