Shades of Blue Violet #AB37FD
Tints of Blue Violet #AB37FD
RGB
CMYK
RGB Variations
Color information
#AB37FD (or 0xAB37FD) is known color: Blue Violet. HEX triplet: AB, 37 and FD. RGB value is (171,55,253). Sum of RGB (Red+Green+Blue) = 171+55+253=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB37FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB37FD is #54C802. Grayscale: #6F6F6F. Windows color (decimal): -5556227 or 16594859. OLE color: 16594859.
HSL color Cylindrical-coordinate representation of color #AB37FD: hue angle of 275.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB37FD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 55 | 253 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.01 |
| HSL | 275.15º | 0.98% | 0.6% | - |
| HSV(B) | 275.15º | 0.78% | 0.99% | - |
| XYZ | 35.89 | 18.48 | 94.6 | - |
| YUV | 112.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 253 | 0.32 | 0.78 | 0 | 0.01 | 275.15 | 0.98 | 0.6 |
| Hex | AB | 37 | FD | 20 | 4E | 0 | 1 | 113 | 62 | 3C |
| Octal | 253 | 67 | 375 | 40 | 116 | 0 | 1 | 423 | 142 | 74 |
| Binary | 10101011 | 110111 | 11111101 | 100000 | 1001110 | 0 | 1 | 100010011 | 1100010 | 111100 |
Color Harmonies of #AB37FD
Complementary color
Monochromatic Colors of #AB37FD
Black with #AB37FD
Text Example
Text Example
White with #AB37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB37FD; }
p { color: rgb(171,55,253); }
H1.HeaderClassName
{
color: #AB37FD;
}
.AnyTagClassName
{
color: #AB37FD;
}
</style>
background-color css
<style>
a { background-color: #AB37FD; }
a { background-color: rgb(171,55,253); }
div.DivClassName
{
background-color: #AB37FD;
}
.BgClassName
{
background-color: #AB37FD;
}
</style>
border-color css
<style>
span { border-color: #AB37FD; }
span { border-color: rgb(171,55,253); }
td.TdClassName
{
border-color: #AB37FD;
}
.TagClassName
{
border-color: #AB37FD;
}
</style>