Shades of Blue Violet #A02FEE
Tints of Blue Violet #A02FEE
RGB
CMYK
RGB Variations
Color information
#A02FEE (or 0xA02FEE) is known color: Blue Violet. HEX triplet: A0, 2F and EE. RGB value is (160,47,238). Sum of RGB (Red+Green+Blue) = 160+47+238=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #A02FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02FEE is #5FD011. Grayscale: #656565. Windows color (decimal): -6279186 or 15609760. OLE color: 15609760.
HSL color Cylindrical-coordinate representation of color #A02FEE: hue angle of 275.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02FEE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 47 | 238 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.07 |
| HSL | 275.5º | 0.85% | 0.56% | - |
| HSV(B) | 275.5º | 0.8% | 0.93% | - |
| XYZ | 30.95 | 15.68 | 82.28 | - |
| YUV | 102.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 238 | 0.33 | 0.80 | 0 | 0.07 | 275.5 | 0.85 | 0.56 |
| Hex | A0 | 2F | EE | 21 | 50 | 0 | 7 | 113 | 55 | 38 |
| Octal | 240 | 57 | 356 | 41 | 120 | 0 | 7 | 423 | 125 | 70 |
| Binary | 10100000 | 101111 | 11101110 | 100001 | 1010000 | 0 | 111 | 100010011 | 1010101 | 111000 |
Color Harmonies of #A02FEE
Complementary color
Monochromatic Colors of #A02FEE
Black with #A02FEE
Text Example
Text Example
White with #A02FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FEE; }
p { color: rgb(160,47,238); }
H1.HeaderClassName
{
color: #A02FEE;
}
.AnyTagClassName
{
color: #A02FEE;
}
</style>
background-color css
<style>
a { background-color: #A02FEE; }
a { background-color: rgb(160,47,238); }
div.DivClassName
{
background-color: #A02FEE;
}
.BgClassName
{
background-color: #A02FEE;
}
</style>
border-color css
<style>
span { border-color: #A02FEE; }
span { border-color: rgb(160,47,238); }
td.TdClassName
{
border-color: #A02FEE;
}
.TagClassName
{
border-color: #A02FEE;
}
</style>