Shades of Violet Blue #AB3EAC
Tints of Violet Blue #AB3EAC
RGB
CMYK
RGB Variations
Color information
#AB3EAC (or 0xAB3EAC) is known color: Violet Blue. HEX triplet: AB, 3E and AC. RGB value is (171,62,172). Sum of RGB (Red+Green+Blue) = 171+62+172=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3EAC is #54C153. Grayscale: #6A6A6A. Windows color (decimal): -5554516 or 11288235. OLE color: 11288235.
HSL color Cylindrical-coordinate representation of color #AB3EAC: hue angle of 299.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3EAC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 172 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.33 |
| HSL | 299.45º | 0.47% | 0.46% | - |
| HSV(B) | 299.45º | 0.64% | 0.67% | - |
| XYZ | 25.96 | 15.08 | 40.57 | - |
| YUV | 107.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 172 | 0.01 | 0.64 | 0 | 0.33 | 299.45 | 0.47 | 0.46 |
| Hex | AB | 3E | AC | 1 | 40 | 0 | 21 | 12B | 2F | 2E |
| Octal | 253 | 76 | 254 | 1 | 100 | 0 | 41 | 453 | 57 | 56 |
| Binary | 10101011 | 111110 | 10101100 | 1 | 1000000 | 0 | 100001 | 100101011 | 101111 | 101110 |
Color Harmonies of #AB3EAC
Complementary color
Monochromatic Colors of #AB3EAC
Black with #AB3EAC
Text Example
Text Example
White with #AB3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EAC; }
p { color: rgb(171,62,172); }
H1.HeaderClassName
{
color: #AB3EAC;
}
.AnyTagClassName
{
color: #AB3EAC;
}
</style>
background-color css
<style>
a { background-color: #AB3EAC; }
a { background-color: rgb(171,62,172); }
div.DivClassName
{
background-color: #AB3EAC;
}
.BgClassName
{
background-color: #AB3EAC;
}
</style>
border-color css
<style>
span { border-color: #AB3EAC; }
span { border-color: rgb(171,62,172); }
td.TdClassName
{
border-color: #AB3EAC;
}
.TagClassName
{
border-color: #AB3EAC;
}
</style>