Shades of Blue Violet #A02EEC
Tints of Blue Violet #A02EEC
RGB
CMYK
RGB Variations
Color information
#A02EEC (or 0xA02EEC) is known color: Blue Violet. HEX triplet: A0, 2E and EC. RGB value is (160,46,236). Sum of RGB (Red+Green+Blue) = 160+46+236=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #A02EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02EEC is #5FD113. Grayscale: #656565. Windows color (decimal): -6279444 or 15478432. OLE color: 15478432.
HSL color Cylindrical-coordinate representation of color #A02EEC: hue angle of 276º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02EEC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 46 | 236 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.07 |
| HSL | 276º | 0.83% | 0.55% | - |
| HSV(B) | 276º | 0.81% | 0.93% | - |
| XYZ | 30.61 | 15.48 | 80.73 | - |
| YUV | 101.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 236 | 0.32 | 0.81 | 0 | 0.07 | 276 | 0.83 | 0.55 |
| Hex | A0 | 2E | EC | 20 | 51 | 0 | 7 | 114 | 53 | 37 |
| Octal | 240 | 56 | 354 | 40 | 121 | 0 | 7 | 424 | 123 | 67 |
| Binary | 10100000 | 101110 | 11101100 | 100000 | 1010001 | 0 | 111 | 100010100 | 1010011 | 110111 |
Color Harmonies of #A02EEC
Complementary color
Monochromatic Colors of #A02EEC
Black with #A02EEC
Text Example
Text Example
White with #A02EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EEC; }
p { color: rgb(160,46,236); }
H1.HeaderClassName
{
color: #A02EEC;
}
.AnyTagClassName
{
color: #A02EEC;
}
</style>
background-color css
<style>
a { background-color: #A02EEC; }
a { background-color: rgb(160,46,236); }
div.DivClassName
{
background-color: #A02EEC;
}
.BgClassName
{
background-color: #A02EEC;
}
</style>
border-color css
<style>
span { border-color: #A02EEC; }
span { border-color: rgb(160,46,236); }
td.TdClassName
{
border-color: #A02EEC;
}
.TagClassName
{
border-color: #A02EEC;
}
</style>