Shades of Dark Violet #A102CA
Tints of Dark Violet #A102CA
RGB
CMYK
RGB Variations
Color information
#A102CA (or 0xA102CA) is known color: Dark Violet. HEX triplet: A1, 02 and CA. RGB value is (161,2,202). Sum of RGB (Red+Green+Blue) = 161+2+202=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #A102CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102CA is #5EFD35. Grayscale: #474747. Windows color (decimal): -6225206 or 13238945. OLE color: 13238945.
HSL color Cylindrical-coordinate representation of color #A102CA: hue angle of 287.7º 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 #A102CA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 2 | 202 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.21 |
| HSL | 287.7º | 0.98% | 0.4% | - |
| HSV(B) | 287.7º | 0.99% | 0.79% | - |
| XYZ | 25.38 | 11.88 | 56.83 | - |
| YUV | 72.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 202 | 0.20 | 0.99 | 0 | 0.21 | 287.7 | 0.98 | 0.4 |
| Hex | A1 | 2 | CA | 14 | 63 | 0 | 15 | 120 | 62 | 28 |
| Octal | 241 | 2 | 312 | 24 | 143 | 0 | 25 | 440 | 142 | 50 |
| Binary | 10100001 | 10 | 11001010 | 10100 | 1100011 | 0 | 10101 | 100100000 | 1100010 | 101000 |
Color Harmonies of #A102CA
Complementary color
Monochromatic Colors of #A102CA
Black with #A102CA
Text Example
Text Example
White with #A102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102CA; }
p { color: rgb(161,2,202); }
H1.HeaderClassName
{
color: #A102CA;
}
.AnyTagClassName
{
color: #A102CA;
}
</style>
background-color css
<style>
a { background-color: #A102CA; }
a { background-color: rgb(161,2,202); }
div.DivClassName
{
background-color: #A102CA;
}
.BgClassName
{
background-color: #A102CA;
}
</style>
border-color css
<style>
span { border-color: #A102CA; }
span { border-color: rgb(161,2,202); }
td.TdClassName
{
border-color: #A102CA;
}
.TagClassName
{
border-color: #A102CA;
}
</style>