Shades of Blue Violet #A02BEC
Tints of Blue Violet #A02BEC
RGB
CMYK
RGB Variations
Color information
#A02BEC (or 0xA02BEC) is known color: Blue Violet. HEX triplet: A0, 2B and EC. RGB value is (160,43,236). Sum of RGB (Red+Green+Blue) = 160+43+236=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A02BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02BEC is #5FD413. Grayscale: #636363. Windows color (decimal): -6280212 or 15477664. OLE color: 15477664.
HSL color Cylindrical-coordinate representation of color #A02BEC: hue angle of 276.37º degrees, saturation: 0.84, 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 #A02BEC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 43 | 236 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.37º | 0.84% | 0.55% | - |
| HSV(B) | 276.37º | 0.82% | 0.93% | - |
| XYZ | 30.5 | 15.26 | 80.69 | - |
| YUV | 99.99 | 204.76 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 236 | 0.32 | 0.82 | 0 | 0.07 | 276.37 | 0.84 | 0.55 |
| Hex | A0 | 2B | EC | 20 | 52 | 0 | 7 | 114 | 54 | 37 |
| Octal | 240 | 53 | 354 | 40 | 122 | 0 | 7 | 424 | 124 | 67 |
| Binary | 10100000 | 101011 | 11101100 | 100000 | 1010010 | 0 | 111 | 100010100 | 1010100 | 110111 |
Color Harmonies of #A02BEC
Complementary color
Monochromatic Colors of #A02BEC
Black with #A02BEC
Text Example
Text Example
White with #A02BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BEC; }
p { color: rgb(160,43,236); }
H1.HeaderClassName
{
color: #A02BEC;
}
.AnyTagClassName
{
color: #A02BEC;
}
</style>
background-color css
<style>
a { background-color: #A02BEC; }
a { background-color: rgb(160,43,236); }
div.DivClassName
{
background-color: #A02BEC;
}
.BgClassName
{
background-color: #A02BEC;
}
</style>
border-color css
<style>
span { border-color: #A02BEC; }
span { border-color: rgb(160,43,236); }
td.TdClassName
{
border-color: #A02BEC;
}
.TagClassName
{
border-color: #A02BEC;
}
</style>