Shades of Blue Violet #AB3EFC
Tints of Blue Violet #AB3EFC
RGB
CMYK
RGB Variations
Color information
#AB3EFC (or 0xAB3EFC) is known color: Blue Violet. HEX triplet: AB, 3E and FC. RGB value is (171,62,252). Sum of RGB (Red+Green+Blue) = 171+62+252=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB3EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3EFC is #54C103. Grayscale: #737373. Windows color (decimal): -5554436 or 16531115. OLE color: 16531115.
HSL color Cylindrical-coordinate representation of color #AB3EFC: hue angle of 274.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3EFC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 62 | 252 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.01 |
| HSL | 274.42º | 0.97% | 0.62% | - |
| HSV(B) | 274.42º | 0.75% | 0.99% | - |
| XYZ | 36.09 | 19.13 | 93.89 | - |
| YUV | 116.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 252 | 0.32 | 0.75 | 0 | 0.01 | 274.42 | 0.97 | 0.62 |
| Hex | AB | 3E | FC | 20 | 4B | 0 | 1 | 112 | 61 | 3E |
| Octal | 253 | 76 | 374 | 40 | 113 | 0 | 1 | 422 | 141 | 76 |
| Binary | 10101011 | 111110 | 11111100 | 100000 | 1001011 | 0 | 1 | 100010010 | 1100001 | 111110 |
Color Harmonies of #AB3EFC
Complementary color
Monochromatic Colors of #AB3EFC
Black with #AB3EFC
Text Example
Text Example
White with #AB3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EFC; }
p { color: rgb(171,62,252); }
H1.HeaderClassName
{
color: #AB3EFC;
}
.AnyTagClassName
{
color: #AB3EFC;
}
</style>
background-color css
<style>
a { background-color: #AB3EFC; }
a { background-color: rgb(171,62,252); }
div.DivClassName
{
background-color: #AB3EFC;
}
.BgClassName
{
background-color: #AB3EFC;
}
</style>
border-color css
<style>
span { border-color: #AB3EFC; }
span { border-color: rgb(171,62,252); }
td.TdClassName
{
border-color: #AB3EFC;
}
.TagClassName
{
border-color: #AB3EFC;
}
</style>