Shades of Dark Violet #A302EA
Tints of Dark Violet #A302EA
RGB
CMYK
RGB Variations
Color information
#A302EA (or 0xA302EA) is known color: Dark Violet. HEX triplet: A3, 02 and EA. RGB value is (163,2,234). Sum of RGB (Red+Green+Blue) = 163+2+234=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #A302EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302EA is #5CFD15. Grayscale: #4B4B4B. Windows color (decimal): -6094102 or 15336099. OLE color: 15336099.
HSL color Cylindrical-coordinate representation of color #A302EA: hue angle of 281.64º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302EA is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 2 | 234 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.08 |
| HSL | 281.64º | 0.98% | 0.46% | - |
| HSV(B) | 281.64º | 0.99% | 0.92% | - |
| XYZ | 29.98 | 13.77 | 78.92 | - |
| YUV | 76.59 | 216.84 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 234 | 0.30 | 0.99 | 0 | 0.08 | 281.64 | 0.98 | 0.46 |
| Hex | A3 | 2 | EA | 1E | 63 | 0 | 8 | 11A | 62 | 2E |
| Octal | 243 | 2 | 352 | 36 | 143 | 0 | 10 | 432 | 142 | 56 |
| Binary | 10100011 | 10 | 11101010 | 11110 | 1100011 | 0 | 1000 | 100011010 | 1100010 | 101110 |
Color Harmonies of #A302EA
Complementary color
Monochromatic Colors of #A302EA
Black with #A302EA
Text Example
Text Example
White with #A302EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302EA; }
p { color: rgb(163,2,234); }
H1.HeaderClassName
{
color: #A302EA;
}
.AnyTagClassName
{
color: #A302EA;
}
</style>
background-color css
<style>
a { background-color: #A302EA; }
a { background-color: rgb(163,2,234); }
div.DivClassName
{
background-color: #A302EA;
}
.BgClassName
{
background-color: #A302EA;
}
</style>
border-color css
<style>
span { border-color: #A302EA; }
span { border-color: rgb(163,2,234); }
td.TdClassName
{
border-color: #A302EA;
}
.TagClassName
{
border-color: #A302EA;
}
</style>