Shades of Dark Violet #A302EF
Tints of Dark Violet #A302EF
RGB
CMYK
RGB Variations
Color information
#A302EF (or 0xA302EF) is known color: Dark Violet. HEX triplet: A3, 02 and EF. RGB value is (163,2,239). Sum of RGB (Red+Green+Blue) = 163+2+239=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #A302EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302EF is #5CFD10. Grayscale: #4C4C4C. Windows color (decimal): -6094097 or 15663779. OLE color: 15663779.
HSL color Cylindrical-coordinate representation of color #A302EF: hue angle of 280.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302EF is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 2 | 239 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.06 |
| HSL | 280.76º | 0.98% | 0.47% | - |
| HSV(B) | 280.76º | 0.99% | 0.94% | - |
| XYZ | 30.71 | 14.06 | 82.76 | - |
| YUV | 77.16 | 219.34 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 239 | 0.32 | 0.99 | 0 | 0.06 | 280.76 | 0.98 | 0.47 |
| Hex | A3 | 2 | EF | 20 | 63 | 0 | 6 | 119 | 62 | 2F |
| Octal | 243 | 2 | 357 | 40 | 143 | 0 | 6 | 431 | 142 | 57 |
| Binary | 10100011 | 10 | 11101111 | 100000 | 1100011 | 0 | 110 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A302EF
Complementary color
Monochromatic Colors of #A302EF
Black with #A302EF
Text Example
Text Example
White with #A302EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302EF; }
p { color: rgb(163,2,239); }
H1.HeaderClassName
{
color: #A302EF;
}
.AnyTagClassName
{
color: #A302EF;
}
</style>
background-color css
<style>
a { background-color: #A302EF; }
a { background-color: rgb(163,2,239); }
div.DivClassName
{
background-color: #A302EF;
}
.BgClassName
{
background-color: #A302EF;
}
</style>
border-color css
<style>
span { border-color: #A302EF; }
span { border-color: rgb(163,2,239); }
td.TdClassName
{
border-color: #A302EF;
}
.TagClassName
{
border-color: #A302EF;
}
</style>