Shades of Blue Violet #AB36FE
Tints of Blue Violet #AB36FE
RGB
CMYK
RGB Variations
Color information
#AB36FE (or 0xAB36FE) is known color: Blue Violet. HEX triplet: AB, 36 and FE. RGB value is (171,54,254). Sum of RGB (Red+Green+Blue) = 171+54+254=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB36FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB36FE is #54C901. Grayscale: #6F6F6F. Windows color (decimal): -5556482 or 16660139. OLE color: 16660139.
HSL color Cylindrical-coordinate representation of color #AB36FE: hue angle of 275.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB36FE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 54 | 254 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.00 |
| HSL | 275.1º | 0.99% | 0.6% | - |
| HSV(B) | 275.1º | 0.79% | 1% | - |
| XYZ | 36 | 18.45 | 95.43 | - |
| YUV | 111.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 254 | 0.33 | 0.79 | 0 | 0.00 | 275.1 | 0.99 | 0.6 |
| Hex | AB | 36 | FE | 21 | 4F | 0 | 0 | 113 | 63 | 3C |
| Octal | 253 | 66 | 376 | 41 | 117 | 0 | 0 | 423 | 143 | 74 |
| Binary | 10101011 | 110110 | 11111110 | 100001 | 1001111 | 0 | 0 | 100010011 | 1100011 | 111100 |
Color Harmonies of #AB36FE
Complementary color
Monochromatic Colors of #AB36FE
Black with #AB36FE
Text Example
Text Example
White with #AB36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36FE; }
p { color: rgb(171,54,254); }
H1.HeaderClassName
{
color: #AB36FE;
}
.AnyTagClassName
{
color: #AB36FE;
}
</style>
background-color css
<style>
a { background-color: #AB36FE; }
a { background-color: rgb(171,54,254); }
div.DivClassName
{
background-color: #AB36FE;
}
.BgClassName
{
background-color: #AB36FE;
}
</style>
border-color css
<style>
span { border-color: #AB36FE; }
span { border-color: rgb(171,54,254); }
td.TdClassName
{
border-color: #AB36FE;
}
.TagClassName
{
border-color: #AB36FE;
}
</style>