Shades of Blue Violet #AB42FE
Tints of Blue Violet #AB42FE
RGB
CMYK
RGB Variations
Color information
#AB42FE (or 0xAB42FE) is known color: Blue Violet. HEX triplet: AB, 42 and FE. RGB value is (171,66,254). Sum of RGB (Red+Green+Blue) = 171+66+254=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB42FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42FE is #54BD01. Grayscale: #767676. Windows color (decimal): -5553410 or 16663211. OLE color: 16663211.
HSL color Cylindrical-coordinate representation of color #AB42FE: hue angle of 273.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB42FE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 66 | 254 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.00 |
| HSL | 273.51º | 0.99% | 0.63% | - |
| HSV(B) | 273.51º | 0.74% | 1% | - |
| XYZ | 36.63 | 19.71 | 95.64 | - |
| YUV | 118.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 254 | 0.33 | 0.74 | 0 | 0.00 | 273.51 | 0.99 | 0.63 |
| Hex | AB | 42 | FE | 21 | 4A | 0 | 0 | 112 | 63 | 3F |
| Octal | 253 | 102 | 376 | 41 | 112 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101011 | 1000010 | 11111110 | 100001 | 1001010 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AB42FE
Complementary color
Monochromatic Colors of #AB42FE
Black with #AB42FE
Text Example
Text Example
White with #AB42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42FE; }
p { color: rgb(171,66,254); }
H1.HeaderClassName
{
color: #AB42FE;
}
.AnyTagClassName
{
color: #AB42FE;
}
</style>
background-color css
<style>
a { background-color: #AB42FE; }
a { background-color: rgb(171,66,254); }
div.DivClassName
{
background-color: #AB42FE;
}
.BgClassName
{
background-color: #AB42FE;
}
</style>
border-color css
<style>
span { border-color: #AB42FE; }
span { border-color: rgb(171,66,254); }
td.TdClassName
{
border-color: #AB42FE;
}
.TagClassName
{
border-color: #AB42FE;
}
</style>