Shades of Blue Violet #A01BED
Tints of Blue Violet #A01BED
RGB
CMYK
RGB Variations
Color information
#A01BED (or 0xA01BED) is known color: Blue Violet. HEX triplet: A0, 1B and ED. RGB value is (160,27,237). Sum of RGB (Red+Green+Blue) = 160+27+237=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #A01BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01BED is #5FE412. Grayscale: #5A5A5A. Windows color (decimal): -6284307 or 15539104. OLE color: 15539104.
HSL color Cylindrical-coordinate representation of color #A01BED: hue angle of 278º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01BED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 27 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278º | 0.85% | 0.52% | - |
| HSV(B) | 278º | 0.89% | 0.93% | - |
| XYZ | 30.18 | 14.37 | 81.3 | - |
| YUV | 90.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278 | 0.85 | 0.52 |
| Hex | A0 | 1B | ED | 20 | 59 | 0 | 7 | 116 | 55 | 34 |
| Octal | 240 | 33 | 355 | 40 | 131 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100000 | 11011 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A01BED
Complementary color
Monochromatic Colors of #A01BED
Black with #A01BED
Text Example
Text Example
White with #A01BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BED; }
p { color: rgb(160,27,237); }
H1.HeaderClassName
{
color: #A01BED;
}
.AnyTagClassName
{
color: #A01BED;
}
</style>
background-color css
<style>
a { background-color: #A01BED; }
a { background-color: rgb(160,27,237); }
div.DivClassName
{
background-color: #A01BED;
}
.BgClassName
{
background-color: #A01BED;
}
</style>
border-color css
<style>
span { border-color: #A01BED; }
span { border-color: rgb(160,27,237); }
td.TdClassName
{
border-color: #A01BED;
}
.TagClassName
{
border-color: #A01BED;
}
</style>