Shades of Blue Violet #A01CED
Tints of Blue Violet #A01CED
RGB
CMYK
RGB Variations
Color information
#A01CED (or 0xA01CED) is known color: Blue Violet. HEX triplet: A0, 1C and ED. RGB value is (160,28,237). Sum of RGB (Red+Green+Blue) = 160+28+237=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #A01CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CED is #5FE312. Grayscale: #5A5A5A. Windows color (decimal): -6284051 or 15539360. OLE color: 15539360.
HSL color Cylindrical-coordinate representation of color #A01CED: hue angle of 277.89º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CED is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 28 | 237 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.07 |
| HSL | 277.89º | 0.85% | 0.52% | - |
| HSV(B) | 277.89º | 0.88% | 0.93% | - |
| XYZ | 30.2 | 14.42 | 81.31 | - |
| YUV | 91.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 237 | 0.32 | 0.88 | 0 | 0.07 | 277.89 | 0.85 | 0.52 |
| Hex | A0 | 1C | ED | 20 | 58 | 0 | 7 | 116 | 55 | 34 |
| Octal | 240 | 34 | 355 | 40 | 130 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100000 | 11100 | 11101101 | 100000 | 1011000 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A01CED
Complementary color
Monochromatic Colors of #A01CED
Black with #A01CED
Text Example
Text Example
White with #A01CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CED; }
p { color: rgb(160,28,237); }
H1.HeaderClassName
{
color: #A01CED;
}
.AnyTagClassName
{
color: #A01CED;
}
</style>
background-color css
<style>
a { background-color: #A01CED; }
a { background-color: rgb(160,28,237); }
div.DivClassName
{
background-color: #A01CED;
}
.BgClassName
{
background-color: #A01CED;
}
</style>
border-color css
<style>
span { border-color: #A01CED; }
span { border-color: rgb(160,28,237); }
td.TdClassName
{
border-color: #A01CED;
}
.TagClassName
{
border-color: #A01CED;
}
</style>