Shades of Dark Violet #A302EE
Tints of Dark Violet #A302EE
RGB
CMYK
RGB Variations
Color information
#A302EE (or 0xA302EE) is known color: Dark Violet. HEX triplet: A3, 02 and EE. RGB value is (163,2,238). Sum of RGB (Red+Green+Blue) = 163+2+238=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #A302EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302EE is #5CFD11. Grayscale: #4C4C4C. Windows color (decimal): -6094098 or 15598243. OLE color: 15598243.
HSL color Cylindrical-coordinate representation of color #A302EE: hue angle of 280.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302EE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 2 | 238 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.07 |
| HSL | 280.93º | 0.98% | 0.47% | - |
| HSV(B) | 280.93º | 0.99% | 0.93% | - |
| XYZ | 30.56 | 14 | 81.98 | - |
| YUV | 77.04 | 218.84 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 238 | 0.32 | 0.99 | 0 | 0.07 | 280.93 | 0.98 | 0.47 |
| Hex | A3 | 2 | EE | 20 | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 243 | 2 | 356 | 40 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100011 | 10 | 11101110 | 100000 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A302EE
Complementary color
Monochromatic Colors of #A302EE
Black with #A302EE
Text Example
Text Example
White with #A302EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302EE; }
p { color: rgb(163,2,238); }
H1.HeaderClassName
{
color: #A302EE;
}
.AnyTagClassName
{
color: #A302EE;
}
</style>
background-color css
<style>
a { background-color: #A302EE; }
a { background-color: rgb(163,2,238); }
div.DivClassName
{
background-color: #A302EE;
}
.BgClassName
{
background-color: #A302EE;
}
</style>
border-color css
<style>
span { border-color: #A302EE; }
span { border-color: rgb(163,2,238); }
td.TdClassName
{
border-color: #A302EE;
}
.TagClassName
{
border-color: #A302EE;
}
</style>