Shades of Dark Violet #A302CA
Tints of Dark Violet #A302CA
RGB
CMYK
RGB Variations
Color information
#A302CA (or 0xA302CA) is known color: Dark Violet. HEX triplet: A3, 02 and CA. RGB value is (163,2,202). Sum of RGB (Red+Green+Blue) = 163+2+202=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #A302CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302CA is #5CFD35. Grayscale: #484848. Windows color (decimal): -6094134 or 13238947. OLE color: 13238947.
HSL color Cylindrical-coordinate representation of color #A302CA: hue angle of 288.3º 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 #A302CA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 2 | 202 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.21 |
| HSL | 288.3º | 0.98% | 0.4% | - |
| HSV(B) | 288.3º | 0.99% | 0.79% | - |
| XYZ | 25.79 | 12.09 | 56.85 | - |
| YUV | 72.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 202 | 0.19 | 0.99 | 0 | 0.21 | 288.3 | 0.98 | 0.4 |
| Hex | A3 | 2 | CA | 13 | 63 | 0 | 15 | 120 | 62 | 28 |
| Octal | 243 | 2 | 312 | 23 | 143 | 0 | 25 | 440 | 142 | 50 |
| Binary | 10100011 | 10 | 11001010 | 10011 | 1100011 | 0 | 10101 | 100100000 | 1100010 | 101000 |
Color Harmonies of #A302CA
Complementary color
Monochromatic Colors of #A302CA
Black with #A302CA
Text Example
Text Example
White with #A302CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302CA; }
p { color: rgb(163,2,202); }
H1.HeaderClassName
{
color: #A302CA;
}
.AnyTagClassName
{
color: #A302CA;
}
</style>
background-color css
<style>
a { background-color: #A302CA; }
a { background-color: rgb(163,2,202); }
div.DivClassName
{
background-color: #A302CA;
}
.BgClassName
{
background-color: #A302CA;
}
</style>
border-color css
<style>
span { border-color: #A302CA; }
span { border-color: rgb(163,2,202); }
td.TdClassName
{
border-color: #A302CA;
}
.TagClassName
{
border-color: #A302CA;
}
</style>