Shades of Blue Violet #A02BEE
Tints of Blue Violet #A02BEE
RGB
CMYK
RGB Variations
Color information
#A02BEE (or 0xA02BEE) is known color: Blue Violet. HEX triplet: A0, 2B and EE. RGB value is (160,43,238). Sum of RGB (Red+Green+Blue) = 160+43+238=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #A02BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02BEE is #5FD411. Grayscale: #636363. Windows color (decimal): -6280210 or 15608736. OLE color: 15608736.
HSL color Cylindrical-coordinate representation of color #A02BEE: hue angle of 276º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02BEE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 43 | 238 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.07 |
| HSL | 276º | 0.85% | 0.55% | - |
| HSV(B) | 276º | 0.82% | 0.93% | - |
| XYZ | 30.79 | 15.37 | 82.23 | - |
| YUV | 100.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 238 | 0.33 | 0.82 | 0 | 0.07 | 276 | 0.85 | 0.55 |
| Hex | A0 | 2B | EE | 21 | 52 | 0 | 7 | 114 | 55 | 37 |
| Octal | 240 | 53 | 356 | 41 | 122 | 0 | 7 | 424 | 125 | 67 |
| Binary | 10100000 | 101011 | 11101110 | 100001 | 1010010 | 0 | 111 | 100010100 | 1010101 | 110111 |
Color Harmonies of #A02BEE
Complementary color
Monochromatic Colors of #A02BEE
Black with #A02BEE
Text Example
Text Example
White with #A02BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BEE; }
p { color: rgb(160,43,238); }
H1.HeaderClassName
{
color: #A02BEE;
}
.AnyTagClassName
{
color: #A02BEE;
}
</style>
background-color css
<style>
a { background-color: #A02BEE; }
a { background-color: rgb(160,43,238); }
div.DivClassName
{
background-color: #A02BEE;
}
.BgClassName
{
background-color: #A02BEE;
}
</style>
border-color css
<style>
span { border-color: #A02BEE; }
span { border-color: rgb(160,43,238); }
td.TdClassName
{
border-color: #A02BEE;
}
.TagClassName
{
border-color: #A02BEE;
}
</style>