Shades of Dark Violet #A302C9
Tints of Dark Violet #A302C9
RGB
CMYK
RGB Variations
Color information
#A302C9 (or 0xA302C9) is known color: Dark Violet. HEX triplet: A3, 02 and C9. RGB value is (163,2,201). Sum of RGB (Red+Green+Blue) = 163+2+201=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #A302C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302C9 is #5CFD36. Grayscale: #484848. Windows color (decimal): -6094135 or 13173411. OLE color: 13173411.
HSL color Cylindrical-coordinate representation of color #A302C9: hue angle of 288.54º 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 #A302C9 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 2 | 201 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.21 |
| HSL | 288.54º | 0.98% | 0.4% | - |
| HSV(B) | 288.54º | 0.99% | 0.79% | - |
| XYZ | 25.67 | 12.05 | 56.23 | - |
| YUV | 72.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 201 | 0.19 | 0.99 | 0 | 0.21 | 288.54 | 0.98 | 0.4 |
| Hex | A3 | 2 | C9 | 13 | 63 | 0 | 15 | 121 | 62 | 28 |
| Octal | 243 | 2 | 311 | 23 | 143 | 0 | 25 | 441 | 142 | 50 |
| Binary | 10100011 | 10 | 11001001 | 10011 | 1100011 | 0 | 10101 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A302C9
Complementary color
Monochromatic Colors of #A302C9
Black with #A302C9
Text Example
Text Example
White with #A302C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302C9; }
p { color: rgb(163,2,201); }
H1.HeaderClassName
{
color: #A302C9;
}
.AnyTagClassName
{
color: #A302C9;
}
</style>
background-color css
<style>
a { background-color: #A302C9; }
a { background-color: rgb(163,2,201); }
div.DivClassName
{
background-color: #A302C9;
}
.BgClassName
{
background-color: #A302C9;
}
</style>
border-color css
<style>
span { border-color: #A302C9; }
span { border-color: rgb(163,2,201); }
td.TdClassName
{
border-color: #A302C9;
}
.TagClassName
{
border-color: #A302C9;
}
</style>