Shades of Blue Violet #A01FFB
Tints of Blue Violet #A01FFB
RGB
CMYK
RGB Variations
Color information
#A01FFB (or 0xA01FFB) is known color: Blue Violet. HEX triplet: A0, 1F and FB. RGB value is (160,31,251). Sum of RGB (Red+Green+Blue) = 160+31+251=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #A01FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FFB is #5FE004. Grayscale: #5D5D5D. Windows color (decimal): -6283269 or 16457632. OLE color: 16457632.
HSL color Cylindrical-coordinate representation of color #A01FFB: hue angle of 275.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01FFB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 31 | 251 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.02 |
| HSL | 275.18º | 0.96% | 0.55% | - |
| HSV(B) | 275.18º | 0.88% | 0.98% | - |
| XYZ | 32.4 | 15.42 | 92.54 | - |
| YUV | 94.65 | 216.24 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 251 | 0.36 | 0.88 | 0 | 0.02 | 275.18 | 0.96 | 0.55 |
| Hex | A0 | 1F | FB | 24 | 58 | 0 | 2 | 113 | 60 | 37 |
| Octal | 240 | 37 | 373 | 44 | 130 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10100000 | 11111 | 11111011 | 100100 | 1011000 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #A01FFB
Complementary color
Monochromatic Colors of #A01FFB
Black with #A01FFB
Text Example
Text Example
White with #A01FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FFB; }
p { color: rgb(160,31,251); }
H1.HeaderClassName
{
color: #A01FFB;
}
.AnyTagClassName
{
color: #A01FFB;
}
</style>
background-color css
<style>
a { background-color: #A01FFB; }
a { background-color: rgb(160,31,251); }
div.DivClassName
{
background-color: #A01FFB;
}
.BgClassName
{
background-color: #A01FFB;
}
</style>
border-color css
<style>
span { border-color: #A01FFB; }
span { border-color: rgb(160,31,251); }
td.TdClassName
{
border-color: #A01FFB;
}
.TagClassName
{
border-color: #A01FFB;
}
</style>