Shades of Blue Violet #A01AFF
Tints of Blue Violet #A01AFF
RGB
CMYK
RGB Variations
Color information
#A01AFF (or 0xA01AFF) is known color: Blue Violet. HEX triplet: A0, 1A and FF. RGB value is (160,26,255). Sum of RGB (Red+Green+Blue) = 160+26+255=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A01AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01AFF is #5FE500. Grayscale: #5B5B5B. Windows color (decimal): -6284545 or 16718496. OLE color: 16718496.
HSL color Cylindrical-coordinate representation of color #A01AFF: hue angle of 275.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01AFF is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 26 | 255 | - |
| CMYK | 0.37 | 0.90 | 0 | 0 |
| HSL | 275.11º | 1% | 0.55% | - |
| HSV(B) | 275.11º | 0.9% | 1% | - |
| XYZ | 32.92 | 15.43 | 95.85 | - |
| YUV | 92.17 | 219.89 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 255 | 0.37 | 0.90 | 0 | 0 | 275.11 | 1 | 0.55 |
| Hex | A0 | 1A | FF | 25 | 5A | 0 | 0 | 113 | 64 | 37 |
| Octal | 240 | 32 | 377 | 45 | 132 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100000 | 11010 | 11111111 | 100101 | 1011010 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A01AFF
Complementary color
Monochromatic Colors of #A01AFF
Black with #A01AFF
Text Example
Text Example
White with #A01AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01AFF; }
p { color: rgb(160,26,255); }
H1.HeaderClassName
{
color: #A01AFF;
}
.AnyTagClassName
{
color: #A01AFF;
}
</style>
background-color css
<style>
a { background-color: #A01AFF; }
a { background-color: rgb(160,26,255); }
div.DivClassName
{
background-color: #A01AFF;
}
.BgClassName
{
background-color: #A01AFF;
}
</style>
border-color css
<style>
span { border-color: #A01AFF; }
span { border-color: rgb(160,26,255); }
td.TdClassName
{
border-color: #A01AFF;
}
.TagClassName
{
border-color: #A01AFF;
}
</style>