Shades of Violet Blue #AB5AA4
Tints of Violet Blue #AB5AA4
RGB
CMYK
RGB Variations
Color information
#AB5AA4 (or 0xAB5AA4) is known color: Violet Blue. HEX triplet: AB, 5A and A4. RGB value is (171,90,164). Sum of RGB (Red+Green+Blue) = 171+90+164=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AA4 is #54A55B. Grayscale: #7A7A7A. Windows color (decimal): -5547356 or 10771115. OLE color: 10771115.
HSL color Cylindrical-coordinate representation of color #AB5AA4: hue angle of 305.19º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5AA4 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 164 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.33 |
| HSL | 305.19º | 0.33% | 0.51% | - |
| HSV(B) | 305.19º | 0.47% | 0.67% | - |
| XYZ | 27.15 | 18.65 | 37.29 | - |
| YUV | 122.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 164 | 0 | 0.47 | 0.04 | 0.33 | 305.19 | 0.33 | 0.51 |
| Hex | AB | 5A | A4 | 0 | 2F | 4 | 21 | 131 | 21 | 33 |
| Octal | 253 | 132 | 244 | 0 | 57 | 4 | 41 | 461 | 41 | 63 |
| Binary | 10101011 | 1011010 | 10100100 | 0 | 101111 | 100 | 100001 | 100110001 | 100001 | 110011 |
Color Harmonies of #AB5AA4
Complementary color
Monochromatic Colors of #AB5AA4
Black with #AB5AA4
Text Example
Text Example
White with #AB5AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5AA4; }
p { color: rgb(171,90,164); }
H1.HeaderClassName
{
color: #AB5AA4;
}
.AnyTagClassName
{
color: #AB5AA4;
}
</style>
background-color css
<style>
a { background-color: #AB5AA4; }
a { background-color: rgb(171,90,164); }
div.DivClassName
{
background-color: #AB5AA4;
}
.BgClassName
{
background-color: #AB5AA4;
}
</style>
border-color css
<style>
span { border-color: #AB5AA4; }
span { border-color: rgb(171,90,164); }
td.TdClassName
{
border-color: #AB5AA4;
}
.TagClassName
{
border-color: #AB5AA4;
}
</style>