Shades of Blue Violet #A01BDF
Tints of Blue Violet #A01BDF
RGB
CMYK
RGB Variations
Color information
#A01BDF (or 0xA01BDF) is known color: Blue Violet. HEX triplet: A0, 1B and DF. RGB value is (160,27,223). Sum of RGB (Red+Green+Blue) = 160+27+223=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A01BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BDF is #5FE420. Grayscale: #585858. Windows color (decimal): -6284321 or 14621600. OLE color: 14621600.
HSL color Cylindrical-coordinate representation of color #A01BDF: hue angle of 280.71º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01BDF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 27 | 223 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.13 |
| HSL | 280.71º | 0.78% | 0.49% | - |
| HSV(B) | 280.71º | 0.88% | 0.87% | - |
| XYZ | 28.21 | 13.59 | 70.95 | - |
| YUV | 89.11 | 203.56 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 223 | 0.28 | 0.88 | 0 | 0.13 | 280.71 | 0.78 | 0.49 |
| Hex | A0 | 1B | DF | 1C | 58 | 0 | D | 119 | 4E | 31 |
| Octal | 240 | 33 | 337 | 34 | 130 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10100000 | 11011 | 11011111 | 11100 | 1011000 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A01BDF
Complementary color
Monochromatic Colors of #A01BDF
Black with #A01BDF
Text Example
Text Example
White with #A01BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BDF; }
p { color: rgb(160,27,223); }
H1.HeaderClassName
{
color: #A01BDF;
}
.AnyTagClassName
{
color: #A01BDF;
}
</style>
background-color css
<style>
a { background-color: #A01BDF; }
a { background-color: rgb(160,27,223); }
div.DivClassName
{
background-color: #A01BDF;
}
.BgClassName
{
background-color: #A01BDF;
}
</style>
border-color css
<style>
span { border-color: #A01BDF; }
span { border-color: rgb(160,27,223); }
td.TdClassName
{
border-color: #A01BDF;
}
.TagClassName
{
border-color: #A01BDF;
}
</style>