Shades of Blue Violet #AB2CF8
Tints of Blue Violet #AB2CF8
RGB
CMYK
RGB Variations
Color information
#AB2CF8 (or 0xAB2CF8) is known color: Blue Violet. HEX triplet: AB, 2C and F8. RGB value is (171,44,248). Sum of RGB (Red+Green+Blue) = 171+44+248=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB2CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CF8 is #54D307. Grayscale: #686868. Windows color (decimal): -5559048 or 16264363. OLE color: 16264363.
HSL color Cylindrical-coordinate representation of color #AB2CF8: hue angle of 277.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2CF8 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 44 | 248 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.03 |
| HSL | 277.35º | 0.94% | 0.57% | - |
| HSV(B) | 277.35º | 0.82% | 0.97% | - |
| XYZ | 34.64 | 17.24 | 90.31 | - |
| YUV | 105.23 | 208.58 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 248 | 0.31 | 0.82 | 0 | 0.03 | 277.35 | 0.94 | 0.57 |
| Hex | AB | 2C | F8 | 1F | 52 | 0 | 3 | 115 | 5E | 39 |
| Octal | 253 | 54 | 370 | 37 | 122 | 0 | 3 | 425 | 136 | 71 |
| Binary | 10101011 | 101100 | 11111000 | 11111 | 1010010 | 0 | 11 | 100010101 | 1011110 | 111001 |
Color Harmonies of #AB2CF8
Complementary color
Monochromatic Colors of #AB2CF8
Black with #AB2CF8
Text Example
Text Example
White with #AB2CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CF8; }
p { color: rgb(171,44,248); }
H1.HeaderClassName
{
color: #AB2CF8;
}
.AnyTagClassName
{
color: #AB2CF8;
}
</style>
background-color css
<style>
a { background-color: #AB2CF8; }
a { background-color: rgb(171,44,248); }
div.DivClassName
{
background-color: #AB2CF8;
}
.BgClassName
{
background-color: #AB2CF8;
}
</style>
border-color css
<style>
span { border-color: #AB2CF8; }
span { border-color: rgb(171,44,248); }
td.TdClassName
{
border-color: #AB2CF8;
}
.TagClassName
{
border-color: #AB2CF8;
}
</style>