Shades of Blue Violet #A02EEA
Tints of Blue Violet #A02EEA
RGB
CMYK
RGB Variations
Color information
#A02EEA (or 0xA02EEA) is known color: Blue Violet. HEX triplet: A0, 2E and EA. RGB value is (160,46,234). Sum of RGB (Red+Green+Blue) = 160+46+234=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #A02EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02EEA is #5FD115. Grayscale: #646464. Windows color (decimal): -6279446 or 15347360. OLE color: 15347360.
HSL color Cylindrical-coordinate representation of color #A02EEA: hue angle of 276.38º degrees, saturation: 0.82, 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 #A02EEA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 46 | 234 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.08 |
| HSL | 276.38º | 0.82% | 0.55% | - |
| HSV(B) | 276.38º | 0.8% | 0.92% | - |
| XYZ | 30.33 | 15.37 | 79.21 | - |
| YUV | 101.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 234 | 0.32 | 0.80 | 0 | 0.08 | 276.38 | 0.82 | 0.55 |
| Hex | A0 | 2E | EA | 20 | 50 | 0 | 8 | 114 | 52 | 37 |
| Octal | 240 | 56 | 352 | 40 | 120 | 0 | 10 | 424 | 122 | 67 |
| Binary | 10100000 | 101110 | 11101010 | 100000 | 1010000 | 0 | 1000 | 100010100 | 1010010 | 110111 |
Color Harmonies of #A02EEA
Complementary color
Monochromatic Colors of #A02EEA
Black with #A02EEA
Text Example
Text Example
White with #A02EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EEA; }
p { color: rgb(160,46,234); }
H1.HeaderClassName
{
color: #A02EEA;
}
.AnyTagClassName
{
color: #A02EEA;
}
</style>
background-color css
<style>
a { background-color: #A02EEA; }
a { background-color: rgb(160,46,234); }
div.DivClassName
{
background-color: #A02EEA;
}
.BgClassName
{
background-color: #A02EEA;
}
</style>
border-color css
<style>
span { border-color: #A02EEA; }
span { border-color: rgb(160,46,234); }
td.TdClassName
{
border-color: #A02EEA;
}
.TagClassName
{
border-color: #A02EEA;
}
</style>