Shades of Blue Violet #A01AF3
Tints of Blue Violet #A01AF3
RGB
CMYK
RGB Variations
Color information
#A01AF3 (or 0xA01AF3) is known color: Blue Violet. HEX triplet: A0, 1A and F3. RGB value is (160,26,243). Sum of RGB (Red+Green+Blue) = 160+26+243=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #A01AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01AF3 is #5FE50C. Grayscale: #5A5A5A. Windows color (decimal): -6284557 or 15932064. OLE color: 15932064.
HSL color Cylindrical-coordinate representation of color #A01AF3: hue angle of 277.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01AF3 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 26 | 243 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.05 |
| HSL | 277.05º | 0.9% | 0.53% | - |
| HSV(B) | 277.05º | 0.89% | 0.95% | - |
| XYZ | 31.04 | 14.68 | 85.99 | - |
| YUV | 90.8 | 213.89 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 243 | 0.34 | 0.89 | 0 | 0.05 | 277.05 | 0.9 | 0.53 |
| Hex | A0 | 1A | F3 | 22 | 59 | 0 | 5 | 115 | 5A | 35 |
| Octal | 240 | 32 | 363 | 42 | 131 | 0 | 5 | 425 | 132 | 65 |
| Binary | 10100000 | 11010 | 11110011 | 100010 | 1011001 | 0 | 101 | 100010101 | 1011010 | 110101 |
Color Harmonies of #A01AF3
Complementary color
Monochromatic Colors of #A01AF3
Black with #A01AF3
Text Example
Text Example
White with #A01AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01AF3; }
p { color: rgb(160,26,243); }
H1.HeaderClassName
{
color: #A01AF3;
}
.AnyTagClassName
{
color: #A01AF3;
}
</style>
background-color css
<style>
a { background-color: #A01AF3; }
a { background-color: rgb(160,26,243); }
div.DivClassName
{
background-color: #A01AF3;
}
.BgClassName
{
background-color: #A01AF3;
}
</style>
border-color css
<style>
span { border-color: #A01AF3; }
span { border-color: rgb(160,26,243); }
td.TdClassName
{
border-color: #A01AF3;
}
.TagClassName
{
border-color: #A01AF3;
}
</style>