Shades of Violet Blue #AB479C
Tints of Violet Blue #AB479C
RGB
CMYK
RGB Variations
Color information
#AB479C (or 0xAB479C) is known color: Violet Blue. HEX triplet: AB, 47 and 9C. RGB value is (171,71,156). Sum of RGB (Red+Green+Blue) = 171+71+156=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB479C is #54B863. Grayscale: #6E6E6E. Windows color (decimal): -5552228 or 10241963. OLE color: 10241963.
HSL color Cylindrical-coordinate representation of color #AB479C: hue angle of 309º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB479C is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 156 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.33 |
| HSL | 309º | 0.41% | 0.47% | - |
| HSV(B) | 309º | 0.58% | 0.67% | - |
| XYZ | 25.05 | 15.56 | 33.14 | - |
| YUV | 110.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 156 | 0 | 0.58 | 0.09 | 0.33 | 309 | 0.41 | 0.47 |
| Hex | AB | 47 | 9C | 0 | 3A | 9 | 21 | 135 | 29 | 2F |
| Octal | 253 | 107 | 234 | 0 | 72 | 11 | 41 | 465 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10011100 | 0 | 111010 | 1001 | 100001 | 100110101 | 101001 | 101111 |
Color Harmonies of #AB479C
Complementary color
Monochromatic Colors of #AB479C
Black with #AB479C
Text Example
Text Example
White with #AB479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB479C; }
p { color: rgb(171,71,156); }
H1.HeaderClassName
{
color: #AB479C;
}
.AnyTagClassName
{
color: #AB479C;
}
</style>
background-color css
<style>
a { background-color: #AB479C; }
a { background-color: rgb(171,71,156); }
div.DivClassName
{
background-color: #AB479C;
}
.BgClassName
{
background-color: #AB479C;
}
</style>
border-color css
<style>
span { border-color: #AB479C; }
span { border-color: rgb(171,71,156); }
td.TdClassName
{
border-color: #AB479C;
}
.TagClassName
{
border-color: #AB479C;
}
</style>