Shades of Blue Violet #AB3EEF
Tints of Blue Violet #AB3EEF
RGB
CMYK
RGB Variations
Color information
#AB3EEF (or 0xAB3EEF) is known color: Blue Violet. HEX triplet: AB, 3E and EF. RGB value is (171,62,239). Sum of RGB (Red+Green+Blue) = 171+62+239=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB3EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3EEF is #54C110. Grayscale: #727272. Windows color (decimal): -5554449 or 15679147. OLE color: 15679147.
HSL color Cylindrical-coordinate representation of color #AB3EEF: hue angle of 276.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3EEF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 62 | 239 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.06 |
| HSL | 276.95º | 0.85% | 0.59% | - |
| HSV(B) | 276.95º | 0.74% | 0.94% | - |
| XYZ | 34.1 | 18.34 | 83.4 | - |
| YUV | 114.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 239 | 0.28 | 0.74 | 0 | 0.06 | 276.95 | 0.85 | 0.59 |
| Hex | AB | 3E | EF | 1C | 4A | 0 | 6 | 115 | 55 | 3B |
| Octal | 253 | 76 | 357 | 34 | 112 | 0 | 6 | 425 | 125 | 73 |
| Binary | 10101011 | 111110 | 11101111 | 11100 | 1001010 | 0 | 110 | 100010101 | 1010101 | 111011 |
Color Harmonies of #AB3EEF
Complementary color
Monochromatic Colors of #AB3EEF
Black with #AB3EEF
Text Example
Text Example
White with #AB3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EEF; }
p { color: rgb(171,62,239); }
H1.HeaderClassName
{
color: #AB3EEF;
}
.AnyTagClassName
{
color: #AB3EEF;
}
</style>
background-color css
<style>
a { background-color: #AB3EEF; }
a { background-color: rgb(171,62,239); }
div.DivClassName
{
background-color: #AB3EEF;
}
.BgClassName
{
background-color: #AB3EEF;
}
</style>
border-color css
<style>
span { border-color: #AB3EEF; }
span { border-color: rgb(171,62,239); }
td.TdClassName
{
border-color: #AB3EEF;
}
.TagClassName
{
border-color: #AB3EEF;
}
</style>