Shades of Dark Violet #A302E1
Tints of Dark Violet #A302E1
RGB
CMYK
RGB Variations
Color information
#A302E1 (or 0xA302E1) is known color: Dark Violet. HEX triplet: A3, 02 and E1. RGB value is (163,2,225). Sum of RGB (Red+Green+Blue) = 163+2+225=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #A302E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302E1 is #5CFD1E. Grayscale: #4A4A4A. Windows color (decimal): -6094111 or 14746275. OLE color: 14746275.
HSL color Cylindrical-coordinate representation of color #A302E1: hue angle of 283.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302E1 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 2 | 225 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.12 |
| HSL | 283.32º | 0.98% | 0.45% | - |
| HSV(B) | 283.32º | 0.99% | 0.88% | - |
| XYZ | 28.72 | 13.27 | 72.28 | - |
| YUV | 75.56 | 212.34 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 225 | 0.28 | 0.99 | 0 | 0.12 | 283.32 | 0.98 | 0.45 |
| Hex | A3 | 2 | E1 | 1C | 63 | 0 | C | 11B | 62 | 2D |
| Octal | 243 | 2 | 341 | 34 | 143 | 0 | 14 | 433 | 142 | 55 |
| Binary | 10100011 | 10 | 11100001 | 11100 | 1100011 | 0 | 1100 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A302E1
Complementary color
Monochromatic Colors of #A302E1
Black with #A302E1
Text Example
Text Example
White with #A302E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302E1; }
p { color: rgb(163,2,225); }
H1.HeaderClassName
{
color: #A302E1;
}
.AnyTagClassName
{
color: #A302E1;
}
</style>
background-color css
<style>
a { background-color: #A302E1; }
a { background-color: rgb(163,2,225); }
div.DivClassName
{
background-color: #A302E1;
}
.BgClassName
{
background-color: #A302E1;
}
</style>
border-color css
<style>
span { border-color: #A302E1; }
span { border-color: rgb(163,2,225); }
td.TdClassName
{
border-color: #A302E1;
}
.TagClassName
{
border-color: #A302E1;
}
</style>