Shades of Blue Violet #AB1CEA
Tints of Blue Violet #AB1CEA
RGB
CMYK
RGB Variations
Color information
#AB1CEA (or 0xAB1CEA) is known color: Blue Violet. HEX triplet: AB, 1C and EA. RGB value is (171,28,234). Sum of RGB (Red+Green+Blue) = 171+28+234=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CEA is #54E315. Grayscale: #5D5D5D. Windows color (decimal): -5563158 or 15342763. OLE color: 15342763.
HSL color Cylindrical-coordinate representation of color #AB1CEA: hue angle of 281.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1CEA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 28 | 234 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.08 |
| HSL | 281.65º | 0.83% | 0.51% | - |
| HSV(B) | 281.65º | 0.88% | 0.92% | - |
| XYZ | 32.06 | 15.43 | 79.13 | - |
| YUV | 94.24 | 206.88 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 234 | 0.27 | 0.88 | 0 | 0.08 | 281.65 | 0.83 | 0.51 |
| Hex | AB | 1C | EA | 1B | 58 | 0 | 8 | 11A | 53 | 33 |
| Octal | 253 | 34 | 352 | 33 | 130 | 0 | 10 | 432 | 123 | 63 |
| Binary | 10101011 | 11100 | 11101010 | 11011 | 1011000 | 0 | 1000 | 100011010 | 1010011 | 110011 |
Color Harmonies of #AB1CEA
Complementary color
Monochromatic Colors of #AB1CEA
Black with #AB1CEA
Text Example
Text Example
White with #AB1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CEA; }
p { color: rgb(171,28,234); }
H1.HeaderClassName
{
color: #AB1CEA;
}
.AnyTagClassName
{
color: #AB1CEA;
}
</style>
background-color css
<style>
a { background-color: #AB1CEA; }
a { background-color: rgb(171,28,234); }
div.DivClassName
{
background-color: #AB1CEA;
}
.BgClassName
{
background-color: #AB1CEA;
}
</style>
border-color css
<style>
span { border-color: #AB1CEA; }
span { border-color: rgb(171,28,234); }
td.TdClassName
{
border-color: #AB1CEA;
}
.TagClassName
{
border-color: #AB1CEA;
}
</style>