Shades of Blue Violet #A01FEA
Tints of Blue Violet #A01FEA
RGB
CMYK
RGB Variations
Color information
#A01FEA (or 0xA01FEA) is known color: Blue Violet. HEX triplet: A0, 1F and EA. RGB value is (160,31,234). Sum of RGB (Red+Green+Blue) = 160+31+234=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #A01FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FEA is #5FE015. Grayscale: #5C5C5C. Windows color (decimal): -6283286 or 15343520. OLE color: 15343520.
HSL color Cylindrical-coordinate representation of color #A01FEA: hue angle of 278.13º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01FEA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 31 | 234 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.08 |
| HSL | 278.13º | 0.83% | 0.52% | - |
| HSV(B) | 278.13º | 0.87% | 0.92% | - |
| XYZ | 29.84 | 14.39 | 79.05 | - |
| YUV | 92.71 | 207.74 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 234 | 0.32 | 0.87 | 0 | 0.08 | 278.13 | 0.83 | 0.52 |
| Hex | A0 | 1F | EA | 20 | 57 | 0 | 8 | 116 | 53 | 34 |
| Octal | 240 | 37 | 352 | 40 | 127 | 0 | 10 | 426 | 123 | 64 |
| Binary | 10100000 | 11111 | 11101010 | 100000 | 1010111 | 0 | 1000 | 100010110 | 1010011 | 110100 |
Color Harmonies of #A01FEA
Complementary color
Monochromatic Colors of #A01FEA
Black with #A01FEA
Text Example
Text Example
White with #A01FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FEA; }
p { color: rgb(160,31,234); }
H1.HeaderClassName
{
color: #A01FEA;
}
.AnyTagClassName
{
color: #A01FEA;
}
</style>
background-color css
<style>
a { background-color: #A01FEA; }
a { background-color: rgb(160,31,234); }
div.DivClassName
{
background-color: #A01FEA;
}
.BgClassName
{
background-color: #A01FEA;
}
</style>
border-color css
<style>
span { border-color: #A01FEA; }
span { border-color: rgb(160,31,234); }
td.TdClassName
{
border-color: #A01FEA;
}
.TagClassName
{
border-color: #A01FEA;
}
</style>