Shades of Blue Violet #A01CFF
Tints of Blue Violet #A01CFF
RGB
CMYK
RGB Variations
Color information
#A01CFF (or 0xA01CFF) is known color: Blue Violet. HEX triplet: A0, 1C and FF. RGB value is (160,28,255). Sum of RGB (Red+Green+Blue) = 160+28+255=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A01CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CFF is #5FE300. Grayscale: #5C5C5C. Windows color (decimal): -6284033 or 16719008. OLE color: 16719008.
HSL color Cylindrical-coordinate representation of color #A01CFF: hue angle of 274.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01CFF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 28 | 255 | - |
| CMYK | 0.37 | 0.89 | 0 | 0 |
| HSL | 274.89º | 1% | 0.55% | - |
| HSV(B) | 274.89º | 0.89% | 1% | - |
| XYZ | 32.96 | 15.52 | 95.87 | - |
| YUV | 93.35 | 219.23 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 255 | 0.37 | 0.89 | 0 | 0 | 274.89 | 1 | 0.55 |
| Hex | A0 | 1C | FF | 25 | 59 | 0 | 0 | 113 | 64 | 37 |
| Octal | 240 | 34 | 377 | 45 | 131 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100000 | 11100 | 11111111 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A01CFF
Complementary color
Monochromatic Colors of #A01CFF
Black with #A01CFF
Text Example
Text Example
White with #A01CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CFF; }
p { color: rgb(160,28,255); }
H1.HeaderClassName
{
color: #A01CFF;
}
.AnyTagClassName
{
color: #A01CFF;
}
</style>
background-color css
<style>
a { background-color: #A01CFF; }
a { background-color: rgb(160,28,255); }
div.DivClassName
{
background-color: #A01CFF;
}
.BgClassName
{
background-color: #A01CFF;
}
</style>
border-color css
<style>
span { border-color: #A01CFF; }
span { border-color: rgb(160,28,255); }
td.TdClassName
{
border-color: #A01CFF;
}
.TagClassName
{
border-color: #A01CFF;
}
</style>