Shades of Dark Violet #A502CA
Tints of Dark Violet #A502CA
RGB
CMYK
RGB Variations
Color information
#A502CA (or 0xA502CA) is known color: Dark Violet. HEX triplet: A5, 02 and CA. RGB value is (165,2,202). Sum of RGB (Red+Green+Blue) = 165+2+202=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #A502CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502CA is #5AFD35. Grayscale: #484848. Windows color (decimal): -5963062 or 13238949. OLE color: 13238949.
HSL color Cylindrical-coordinate representation of color #A502CA: hue angle of 288.9º 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 #A502CA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 2 | 202 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.21 |
| HSL | 288.9º | 0.98% | 0.4% | - |
| HSV(B) | 288.9º | 0.99% | 0.79% | - |
| XYZ | 26.2 | 12.31 | 56.87 | - |
| YUV | 73.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 202 | 0.18 | 0.99 | 0 | 0.21 | 288.9 | 0.98 | 0.4 |
| Hex | A5 | 2 | CA | 12 | 63 | 0 | 15 | 121 | 62 | 28 |
| Octal | 245 | 2 | 312 | 22 | 143 | 0 | 25 | 441 | 142 | 50 |
| Binary | 10100101 | 10 | 11001010 | 10010 | 1100011 | 0 | 10101 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A502CA
Complementary color
Monochromatic Colors of #A502CA
Black with #A502CA
Text Example
Text Example
White with #A502CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502CA; }
p { color: rgb(165,2,202); }
H1.HeaderClassName
{
color: #A502CA;
}
.AnyTagClassName
{
color: #A502CA;
}
</style>
background-color css
<style>
a { background-color: #A502CA; }
a { background-color: rgb(165,2,202); }
div.DivClassName
{
background-color: #A502CA;
}
.BgClassName
{
background-color: #A502CA;
}
</style>
border-color css
<style>
span { border-color: #A502CA; }
span { border-color: rgb(165,2,202); }
td.TdClassName
{
border-color: #A502CA;
}
.TagClassName
{
border-color: #A502CA;
}
</style>