Shades of Violet Blue #AB5EA3
Tints of Violet Blue #AB5EA3
RGB
CMYK
RGB Variations
Color information
#AB5EA3 (or 0xAB5EA3) is known color: Violet Blue. HEX triplet: AB, 5E and A3. RGB value is (171,94,163). Sum of RGB (Red+Green+Blue) = 171+94+163=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA3 is #54A15C. Grayscale: #7C7C7C. Windows color (decimal): -5546333 or 10706603. OLE color: 10706603.
HSL color Cylindrical-coordinate representation of color #AB5EA3: hue angle of 306.23º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5EA3 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 163 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.33 |
| HSL | 306.23º | 0.31% | 0.52% | - |
| HSV(B) | 306.23º | 0.45% | 0.67% | - |
| XYZ | 27.41 | 19.31 | 36.93 | - |
| YUV | 124.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 163 | 0 | 0.45 | 0.05 | 0.33 | 306.23 | 0.31 | 0.52 |
| Hex | AB | 5E | A3 | 0 | 2D | 5 | 21 | 132 | 1F | 34 |
| Octal | 253 | 136 | 243 | 0 | 55 | 5 | 41 | 462 | 37 | 64 |
| Binary | 10101011 | 1011110 | 10100011 | 0 | 101101 | 101 | 100001 | 100110010 | 11111 | 110100 |
Color Harmonies of #AB5EA3
Complementary color
Monochromatic Colors of #AB5EA3
Black with #AB5EA3
Text Example
Text Example
White with #AB5EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EA3; }
p { color: rgb(171,94,163); }
H1.HeaderClassName
{
color: #AB5EA3;
}
.AnyTagClassName
{
color: #AB5EA3;
}
</style>
background-color css
<style>
a { background-color: #AB5EA3; }
a { background-color: rgb(171,94,163); }
div.DivClassName
{
background-color: #AB5EA3;
}
.BgClassName
{
background-color: #AB5EA3;
}
</style>
border-color css
<style>
span { border-color: #AB5EA3; }
span { border-color: rgb(171,94,163); }
td.TdClassName
{
border-color: #AB5EA3;
}
.TagClassName
{
border-color: #AB5EA3;
}
</style>