Shades of Blue Violet #A02CEF
Tints of Blue Violet #A02CEF
RGB
CMYK
RGB Variations
Color information
#A02CEF (or 0xA02CEF) is known color: Blue Violet. HEX triplet: A0, 2C and EF. RGB value is (160,44,239). Sum of RGB (Red+Green+Blue) = 160+44+239=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #A02CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02CEF is #5FD310. Grayscale: #646464. Windows color (decimal): -6279953 or 15674528. OLE color: 15674528.
HSL color Cylindrical-coordinate representation of color #A02CEF: hue angle of 275.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02CEF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 44 | 239 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.06 |
| HSL | 275.69º | 0.86% | 0.55% | - |
| HSV(B) | 275.69º | 0.82% | 0.94% | - |
| XYZ | 30.98 | 15.51 | 83.02 | - |
| YUV | 100.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 239 | 0.33 | 0.82 | 0 | 0.06 | 275.69 | 0.86 | 0.55 |
| Hex | A0 | 2C | EF | 21 | 52 | 0 | 6 | 114 | 56 | 37 |
| Octal | 240 | 54 | 357 | 41 | 122 | 0 | 6 | 424 | 126 | 67 |
| Binary | 10100000 | 101100 | 11101111 | 100001 | 1010010 | 0 | 110 | 100010100 | 1010110 | 110111 |
Color Harmonies of #A02CEF
Complementary color
Monochromatic Colors of #A02CEF
Black with #A02CEF
Text Example
Text Example
White with #A02CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CEF; }
p { color: rgb(160,44,239); }
H1.HeaderClassName
{
color: #A02CEF;
}
.AnyTagClassName
{
color: #A02CEF;
}
</style>
background-color css
<style>
a { background-color: #A02CEF; }
a { background-color: rgb(160,44,239); }
div.DivClassName
{
background-color: #A02CEF;
}
.BgClassName
{
background-color: #A02CEF;
}
</style>
border-color css
<style>
span { border-color: #A02CEF; }
span { border-color: rgb(160,44,239); }
td.TdClassName
{
border-color: #A02CEF;
}
.TagClassName
{
border-color: #A02CEF;
}
</style>