Shades of Blue Violet #A02CE7
Tints of Blue Violet #A02CE7
RGB
CMYK
RGB Variations
Color information
#A02CE7 (or 0xA02CE7) is known color: Blue Violet. HEX triplet: A0, 2C and E7. RGB value is (160,44,231). Sum of RGB (Red+Green+Blue) = 160+44+231=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #A02CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02CE7 is #5FD318. Grayscale: #636363. Windows color (decimal): -6279961 or 15150240. OLE color: 15150240.
HSL color Cylindrical-coordinate representation of color #A02CE7: hue angle of 277.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02CE7 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 44 | 231 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.09 |
| HSL | 277.22º | 0.8% | 0.54% | - |
| HSV(B) | 277.22º | 0.81% | 0.91% | - |
| XYZ | 29.82 | 15.04 | 76.93 | - |
| YUV | 100 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 231 | 0.31 | 0.81 | 0 | 0.09 | 277.22 | 0.8 | 0.54 |
| Hex | A0 | 2C | E7 | 1F | 51 | 0 | 9 | 115 | 50 | 36 |
| Octal | 240 | 54 | 347 | 37 | 121 | 0 | 11 | 425 | 120 | 66 |
| Binary | 10100000 | 101100 | 11100111 | 11111 | 1010001 | 0 | 1001 | 100010101 | 1010000 | 110110 |
Color Harmonies of #A02CE7
Complementary color
Monochromatic Colors of #A02CE7
Black with #A02CE7
Text Example
Text Example
White with #A02CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CE7; }
p { color: rgb(160,44,231); }
H1.HeaderClassName
{
color: #A02CE7;
}
.AnyTagClassName
{
color: #A02CE7;
}
</style>
background-color css
<style>
a { background-color: #A02CE7; }
a { background-color: rgb(160,44,231); }
div.DivClassName
{
background-color: #A02CE7;
}
.BgClassName
{
background-color: #A02CE7;
}
</style>
border-color css
<style>
span { border-color: #A02CE7; }
span { border-color: rgb(160,44,231); }
td.TdClassName
{
border-color: #A02CE7;
}
.TagClassName
{
border-color: #A02CE7;
}
</style>