Shades of Blue Violet #A02EEB
Tints of Blue Violet #A02EEB
RGB
CMYK
RGB Variations
Color information
#A02EEB (or 0xA02EEB) is known color: Blue Violet. HEX triplet: A0, 2E and EB. RGB value is (160,46,235). Sum of RGB (Red+Green+Blue) = 160+46+235=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #A02EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02EEB is #5FD114. Grayscale: #646464. Windows color (decimal): -6279445 or 15412896. OLE color: 15412896.
HSL color Cylindrical-coordinate representation of color #A02EEB: hue angle of 276.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02EEB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 46 | 235 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.08 |
| HSL | 276.19º | 0.83% | 0.55% | - |
| HSV(B) | 276.19º | 0.8% | 0.92% | - |
| XYZ | 30.47 | 15.43 | 79.97 | - |
| YUV | 101.63 | 203.27 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 235 | 0.32 | 0.80 | 0 | 0.08 | 276.19 | 0.83 | 0.55 |
| Hex | A0 | 2E | EB | 20 | 50 | 0 | 8 | 114 | 53 | 37 |
| Octal | 240 | 56 | 353 | 40 | 120 | 0 | 10 | 424 | 123 | 67 |
| Binary | 10100000 | 101110 | 11101011 | 100000 | 1010000 | 0 | 1000 | 100010100 | 1010011 | 110111 |
Color Harmonies of #A02EEB
Complementary color
Monochromatic Colors of #A02EEB
Black with #A02EEB
Text Example
Text Example
White with #A02EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EEB; }
p { color: rgb(160,46,235); }
H1.HeaderClassName
{
color: #A02EEB;
}
.AnyTagClassName
{
color: #A02EEB;
}
</style>
background-color css
<style>
a { background-color: #A02EEB; }
a { background-color: rgb(160,46,235); }
div.DivClassName
{
background-color: #A02EEB;
}
.BgClassName
{
background-color: #A02EEB;
}
</style>
border-color css
<style>
span { border-color: #A02EEB; }
span { border-color: rgb(160,46,235); }
td.TdClassName
{
border-color: #A02EEB;
}
.TagClassName
{
border-color: #A02EEB;
}
</style>