Shades of Violet Blue #AB4BA3
Tints of Violet Blue #AB4BA3
RGB
CMYK
RGB Variations
Color information
#AB4BA3 (or 0xAB4BA3) is known color: Violet Blue. HEX triplet: AB, 4B and A3. RGB value is (171,75,163). Sum of RGB (Red+Green+Blue) = 171+75+163=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BA3 is #54B45C. Grayscale: #717171. Windows color (decimal): -5551197 or 10701739. OLE color: 10701739.
HSL color Cylindrical-coordinate representation of color #AB4BA3: hue angle of 305º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4BA3 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 75 | 163 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.33 |
| HSL | 305º | 0.39% | 0.48% | - |
| HSV(B) | 305º | 0.56% | 0.67% | - |
| XYZ | 25.92 | 16.33 | 36.44 | - |
| YUV | 113.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 163 | 0 | 0.56 | 0.05 | 0.33 | 305 | 0.39 | 0.48 |
| Hex | AB | 4B | A3 | 0 | 38 | 5 | 21 | 131 | 27 | 30 |
| Octal | 253 | 113 | 243 | 0 | 70 | 5 | 41 | 461 | 47 | 60 |
| Binary | 10101011 | 1001011 | 10100011 | 0 | 111000 | 101 | 100001 | 100110001 | 100111 | 110000 |
Color Harmonies of #AB4BA3
Complementary color
Monochromatic Colors of #AB4BA3
Black with #AB4BA3
Text Example
Text Example
White with #AB4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BA3; }
p { color: rgb(171,75,163); }
H1.HeaderClassName
{
color: #AB4BA3;
}
.AnyTagClassName
{
color: #AB4BA3;
}
</style>
background-color css
<style>
a { background-color: #AB4BA3; }
a { background-color: rgb(171,75,163); }
div.DivClassName
{
background-color: #AB4BA3;
}
.BgClassName
{
background-color: #AB4BA3;
}
</style>
border-color css
<style>
span { border-color: #AB4BA3; }
span { border-color: rgb(171,75,163); }
td.TdClassName
{
border-color: #AB4BA3;
}
.TagClassName
{
border-color: #AB4BA3;
}
</style>