Shades of Blue Violet #A02CEA
Tints of Blue Violet #A02CEA
RGB
CMYK
RGB Variations
Color information
#A02CEA (or 0xA02CEA) is known color: Blue Violet. HEX triplet: A0, 2C and EA. RGB value is (160,44,234). Sum of RGB (Red+Green+Blue) = 160+44+234=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A02CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02CEA is #5FD315. Grayscale: #636363. Windows color (decimal): -6279958 or 15346848. OLE color: 15346848.
HSL color Cylindrical-coordinate representation of color #A02CEA: hue angle of 276.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02CEA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 44 | 234 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.08 |
| HSL | 276.63º | 0.82% | 0.55% | - |
| HSV(B) | 276.63º | 0.81% | 0.92% | - |
| XYZ | 30.25 | 15.22 | 79.18 | - |
| YUV | 100.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 234 | 0.32 | 0.81 | 0 | 0.08 | 276.63 | 0.82 | 0.55 |
| Hex | A0 | 2C | EA | 20 | 51 | 0 | 8 | 115 | 52 | 37 |
| Octal | 240 | 54 | 352 | 40 | 121 | 0 | 10 | 425 | 122 | 67 |
| Binary | 10100000 | 101100 | 11101010 | 100000 | 1010001 | 0 | 1000 | 100010101 | 1010010 | 110111 |
Color Harmonies of #A02CEA
Complementary color
Monochromatic Colors of #A02CEA
Black with #A02CEA
Text Example
Text Example
White with #A02CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CEA; }
p { color: rgb(160,44,234); }
H1.HeaderClassName
{
color: #A02CEA;
}
.AnyTagClassName
{
color: #A02CEA;
}
</style>
background-color css
<style>
a { background-color: #A02CEA; }
a { background-color: rgb(160,44,234); }
div.DivClassName
{
background-color: #A02CEA;
}
.BgClassName
{
background-color: #A02CEA;
}
</style>
border-color css
<style>
span { border-color: #A02CEA; }
span { border-color: rgb(160,44,234); }
td.TdClassName
{
border-color: #A02CEA;
}
.TagClassName
{
border-color: #A02CEA;
}
</style>