Shades of Blue Violet #A03CE8
Tints of Blue Violet #A03CE8
RGB
CMYK
RGB Variations
Color information
#A03CE8 (or 0xA03CE8) is known color: Blue Violet. HEX triplet: A0, 3C and E8. RGB value is (160,60,232). Sum of RGB (Red+Green+Blue) = 160+60+232=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #A03CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CE8 is #5FC317. Grayscale: #6C6C6C. Windows color (decimal): -6275864 or 15219872. OLE color: 15219872.
HSL color Cylindrical-coordinate representation of color #A03CE8: hue angle of 274.88º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03CE8 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 60 | 232 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.09 |
| HSL | 274.88º | 0.79% | 0.57% | - |
| HSV(B) | 274.88º | 0.74% | 0.91% | - |
| XYZ | 30.68 | 16.53 | 77.92 | - |
| YUV | 109.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 232 | 0.31 | 0.74 | 0 | 0.09 | 274.88 | 0.79 | 0.57 |
| Hex | A0 | 3C | E8 | 1F | 4A | 0 | 9 | 113 | 4F | 39 |
| Octal | 240 | 74 | 350 | 37 | 112 | 0 | 11 | 423 | 117 | 71 |
| Binary | 10100000 | 111100 | 11101000 | 11111 | 1001010 | 0 | 1001 | 100010011 | 1001111 | 111001 |
Color Harmonies of #A03CE8
Complementary color
Monochromatic Colors of #A03CE8
Black with #A03CE8
Text Example
Text Example
White with #A03CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CE8; }
p { color: rgb(160,60,232); }
H1.HeaderClassName
{
color: #A03CE8;
}
.AnyTagClassName
{
color: #A03CE8;
}
</style>
background-color css
<style>
a { background-color: #A03CE8; }
a { background-color: rgb(160,60,232); }
div.DivClassName
{
background-color: #A03CE8;
}
.BgClassName
{
background-color: #A03CE8;
}
</style>
border-color css
<style>
span { border-color: #A03CE8; }
span { border-color: rgb(160,60,232); }
td.TdClassName
{
border-color: #A03CE8;
}
.TagClassName
{
border-color: #A03CE8;
}
</style>