Shades of Blue Violet #A02EEF
Tints of Blue Violet #A02EEF
RGB
CMYK
RGB Variations
Color information
#A02EEF (or 0xA02EEF) is known color: Blue Violet. HEX triplet: A0, 2E and EF. RGB value is (160,46,239). Sum of RGB (Red+Green+Blue) = 160+46+239=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #A02EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02EEF is #5FD110. Grayscale: #656565. Windows color (decimal): -6279441 or 15675040. OLE color: 15675040.
HSL color Cylindrical-coordinate representation of color #A02EEF: hue angle of 275.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02EEF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 46 | 239 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.06 |
| HSL | 275.44º | 0.86% | 0.56% | - |
| HSV(B) | 275.44º | 0.81% | 0.94% | - |
| XYZ | 31.05 | 15.66 | 83.05 | - |
| YUV | 102.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 239 | 0.33 | 0.81 | 0 | 0.06 | 275.44 | 0.86 | 0.56 |
| Hex | A0 | 2E | EF | 21 | 51 | 0 | 6 | 113 | 56 | 38 |
| Octal | 240 | 56 | 357 | 41 | 121 | 0 | 6 | 423 | 126 | 70 |
| Binary | 10100000 | 101110 | 11101111 | 100001 | 1010001 | 0 | 110 | 100010011 | 1010110 | 111000 |
Color Harmonies of #A02EEF
Complementary color
Monochromatic Colors of #A02EEF
Black with #A02EEF
Text Example
Text Example
White with #A02EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EEF; }
p { color: rgb(160,46,239); }
H1.HeaderClassName
{
color: #A02EEF;
}
.AnyTagClassName
{
color: #A02EEF;
}
</style>
background-color css
<style>
a { background-color: #A02EEF; }
a { background-color: rgb(160,46,239); }
div.DivClassName
{
background-color: #A02EEF;
}
.BgClassName
{
background-color: #A02EEF;
}
</style>
border-color css
<style>
span { border-color: #A02EEF; }
span { border-color: rgb(160,46,239); }
td.TdClassName
{
border-color: #A02EEF;
}
.TagClassName
{
border-color: #A02EEF;
}
</style>