Shades of Dark Violet #A502CB
Tints of Dark Violet #A502CB
RGB
CMYK
RGB Variations
Color information
#A502CB (or 0xA502CB) is known color: Dark Violet. HEX triplet: A5, 02 and CB. RGB value is (165,2,203). Sum of RGB (Red+Green+Blue) = 165+2+203=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A502CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502CB is #5AFD34. Grayscale: #494949. Windows color (decimal): -5963061 or 13304485. OLE color: 13304485.
HSL color Cylindrical-coordinate representation of color #A502CB: hue angle of 288.66º 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 #A502CB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 2 | 203 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.20 |
| HSL | 288.66º | 0.98% | 0.4% | - |
| HSV(B) | 288.66º | 0.99% | 0.8% | - |
| XYZ | 26.32 | 12.35 | 57.5 | - |
| YUV | 73.65 | 201 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 203 | 0.19 | 0.99 | 0 | 0.20 | 288.66 | 0.98 | 0.4 |
| Hex | A5 | 2 | CB | 13 | 63 | 0 | 14 | 121 | 62 | 28 |
| Octal | 245 | 2 | 313 | 23 | 143 | 0 | 24 | 441 | 142 | 50 |
| Binary | 10100101 | 10 | 11001011 | 10011 | 1100011 | 0 | 10100 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A502CB
Complementary color
Monochromatic Colors of #A502CB
Black with #A502CB
Text Example
Text Example
White with #A502CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502CB; }
p { color: rgb(165,2,203); }
H1.HeaderClassName
{
color: #A502CB;
}
.AnyTagClassName
{
color: #A502CB;
}
</style>
background-color css
<style>
a { background-color: #A502CB; }
a { background-color: rgb(165,2,203); }
div.DivClassName
{
background-color: #A502CB;
}
.BgClassName
{
background-color: #A502CB;
}
</style>
border-color css
<style>
span { border-color: #A502CB; }
span { border-color: rgb(165,2,203); }
td.TdClassName
{
border-color: #A502CB;
}
.TagClassName
{
border-color: #A502CB;
}
</style>