Shades of Blue Violet #A02EFF
Tints of Blue Violet #A02EFF
RGB
CMYK
RGB Variations
Color information
#A02EFF (or 0xA02EFF) is known color: Blue Violet. HEX triplet: A0, 2E and FF. RGB value is (160,46,255). Sum of RGB (Red+Green+Blue) = 160+46+255=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #A02EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02EFF is #5FD100. Grayscale: #676767. Windows color (decimal): -6279425 or 16723616. OLE color: 16723616.
HSL color Cylindrical-coordinate representation of color #A02EFF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02EFF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 46 | 255 | - |
| CMYK | 0.37 | 0.82 | 0 | 0 |
| HSL | 272.73º | 1% | 0.59% | - |
| HSV(B) | 272.73º | 0.82% | 1% | - |
| XYZ | 33.52 | 16.65 | 96.05 | - |
| YUV | 103.91 | 213.27 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 255 | 0.37 | 0.82 | 0 | 0 | 272.73 | 1 | 0.59 |
| Hex | A0 | 2E | FF | 25 | 52 | 0 | 0 | 111 | 64 | 3B |
| Octal | 240 | 56 | 377 | 45 | 122 | 0 | 0 | 421 | 144 | 73 |
| Binary | 10100000 | 101110 | 11111111 | 100101 | 1010010 | 0 | 0 | 100010001 | 1100100 | 111011 |
Color Harmonies of #A02EFF
Complementary color
Monochromatic Colors of #A02EFF
Black with #A02EFF
Text Example
Text Example
White with #A02EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EFF; }
p { color: rgb(160,46,255); }
H1.HeaderClassName
{
color: #A02EFF;
}
.AnyTagClassName
{
color: #A02EFF;
}
</style>
background-color css
<style>
a { background-color: #A02EFF; }
a { background-color: rgb(160,46,255); }
div.DivClassName
{
background-color: #A02EFF;
}
.BgClassName
{
background-color: #A02EFF;
}
</style>
border-color css
<style>
span { border-color: #A02EFF; }
span { border-color: rgb(160,46,255); }
td.TdClassName
{
border-color: #A02EFF;
}
.TagClassName
{
border-color: #A02EFF;
}
</style>