Shades of Violet Blue #AB5FAC
Tints of Violet Blue #AB5FAC
RGB
CMYK
RGB Variations
Color information
#AB5FAC (or 0xAB5FAC) is known color: Violet Blue. HEX triplet: AB, 5F and AC. RGB value is (171,95,172). Sum of RGB (Red+Green+Blue) = 171+95+172=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5FAC is #54A053. Grayscale: #7E7E7E. Windows color (decimal): -5546068 or 11296683. OLE color: 11296683.
HSL color Cylindrical-coordinate representation of color #AB5FAC: hue angle of 299.22º degrees, saturation: 0.32, 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 #AB5FAC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 172 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.33 |
| HSL | 299.22º | 0.32% | 0.52% | - |
| HSV(B) | 299.22º | 0.45% | 0.67% | - |
| XYZ | 28.33 | 19.82 | 41.36 | - |
| YUV | 126.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 172 | 0.01 | 0.45 | 0 | 0.33 | 299.22 | 0.32 | 0.52 |
| Hex | AB | 5F | AC | 1 | 2D | 0 | 21 | 12B | 20 | 34 |
| Octal | 253 | 137 | 254 | 1 | 55 | 0 | 41 | 453 | 40 | 64 |
| Binary | 10101011 | 1011111 | 10101100 | 1 | 101101 | 0 | 100001 | 100101011 | 100000 | 110100 |
Color Harmonies of #AB5FAC
Complementary color
Monochromatic Colors of #AB5FAC
Black with #AB5FAC
Text Example
Text Example
White with #AB5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FAC; }
p { color: rgb(171,95,172); }
H1.HeaderClassName
{
color: #AB5FAC;
}
.AnyTagClassName
{
color: #AB5FAC;
}
</style>
background-color css
<style>
a { background-color: #AB5FAC; }
a { background-color: rgb(171,95,172); }
div.DivClassName
{
background-color: #AB5FAC;
}
.BgClassName
{
background-color: #AB5FAC;
}
</style>
border-color css
<style>
span { border-color: #AB5FAC; }
span { border-color: rgb(171,95,172); }
td.TdClassName
{
border-color: #AB5FAC;
}
.TagClassName
{
border-color: #AB5FAC;
}
</style>