Shades of Blue Violet #AB36FC
Tints of Blue Violet #AB36FC
RGB
CMYK
RGB Variations
Color information
#AB36FC (or 0xAB36FC) is known color: Blue Violet. HEX triplet: AB, 36 and FC. RGB value is (171,54,252). Sum of RGB (Red+Green+Blue) = 171+54+252=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB36FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB36FC is #54C903. Grayscale: #6E6E6E. Windows color (decimal): -5556484 or 16529067. OLE color: 16529067.
HSL color Cylindrical-coordinate representation of color #AB36FC: hue angle of 275.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB36FC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 54 | 252 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.01 |
| HSL | 275.45º | 0.97% | 0.6% | - |
| HSV(B) | 275.45º | 0.79% | 0.99% | - |
| XYZ | 35.68 | 18.32 | 93.75 | - |
| YUV | 111.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 252 | 0.32 | 0.79 | 0 | 0.01 | 275.45 | 0.97 | 0.6 |
| Hex | AB | 36 | FC | 20 | 4F | 0 | 1 | 113 | 61 | 3C |
| Octal | 253 | 66 | 374 | 40 | 117 | 0 | 1 | 423 | 141 | 74 |
| Binary | 10101011 | 110110 | 11111100 | 100000 | 1001111 | 0 | 1 | 100010011 | 1100001 | 111100 |
Color Harmonies of #AB36FC
Complementary color
Monochromatic Colors of #AB36FC
Black with #AB36FC
Text Example
Text Example
White with #AB36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36FC; }
p { color: rgb(171,54,252); }
H1.HeaderClassName
{
color: #AB36FC;
}
.AnyTagClassName
{
color: #AB36FC;
}
</style>
background-color css
<style>
a { background-color: #AB36FC; }
a { background-color: rgb(171,54,252); }
div.DivClassName
{
background-color: #AB36FC;
}
.BgClassName
{
background-color: #AB36FC;
}
</style>
border-color css
<style>
span { border-color: #AB36FC; }
span { border-color: rgb(171,54,252); }
td.TdClassName
{
border-color: #AB36FC;
}
.TagClassName
{
border-color: #AB36FC;
}
</style>