Shades of Blue Violet #AB1EEA
Tints of Blue Violet #AB1EEA
RGB
CMYK
RGB Variations
Color information
#AB1EEA (or 0xAB1EEA) is known color: Blue Violet. HEX triplet: AB, 1E and EA. RGB value is (171,30,234). Sum of RGB (Red+Green+Blue) = 171+30+234=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EEA is #54E115. Grayscale: #5E5E5E. Windows color (decimal): -5562646 or 15343275. OLE color: 15343275.
HSL color Cylindrical-coordinate representation of color #AB1EEA: hue angle of 281.47º 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 #AB1EEA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 30 | 234 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.08 |
| HSL | 281.47º | 0.83% | 0.52% | - |
| HSV(B) | 281.47º | 0.87% | 0.92% | - |
| XYZ | 32.11 | 15.53 | 79.15 | - |
| YUV | 95.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 234 | 0.27 | 0.87 | 0 | 0.08 | 281.47 | 0.83 | 0.52 |
| Hex | AB | 1E | EA | 1B | 57 | 0 | 8 | 119 | 53 | 34 |
| Octal | 253 | 36 | 352 | 33 | 127 | 0 | 10 | 431 | 123 | 64 |
| Binary | 10101011 | 11110 | 11101010 | 11011 | 1010111 | 0 | 1000 | 100011001 | 1010011 | 110100 |
Color Harmonies of #AB1EEA
Complementary color
Monochromatic Colors of #AB1EEA
Black with #AB1EEA
Text Example
Text Example
White with #AB1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EEA; }
p { color: rgb(171,30,234); }
H1.HeaderClassName
{
color: #AB1EEA;
}
.AnyTagClassName
{
color: #AB1EEA;
}
</style>
background-color css
<style>
a { background-color: #AB1EEA; }
a { background-color: rgb(171,30,234); }
div.DivClassName
{
background-color: #AB1EEA;
}
.BgClassName
{
background-color: #AB1EEA;
}
</style>
border-color css
<style>
span { border-color: #AB1EEA; }
span { border-color: rgb(171,30,234); }
td.TdClassName
{
border-color: #AB1EEA;
}
.TagClassName
{
border-color: #AB1EEA;
}
</style>