Shades of Violet Blue #AB4C9D
Tints of Violet Blue #AB4C9D
RGB
CMYK
RGB Variations
Color information
#AB4C9D (or 0xAB4C9D) is known color: Violet Blue. HEX triplet: AB, 4C and 9D. RGB value is (171,76,157). Sum of RGB (Red+Green+Blue) = 171+76+157=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C9D is #54B362. Grayscale: #717171. Windows color (decimal): -5550947 or 10308779. OLE color: 10308779.
HSL color Cylindrical-coordinate representation of color #AB4C9D: hue angle of 308.84º degrees, saturation: 0.38, 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 #AB4C9D is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 157 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.33 |
| HSL | 308.84º | 0.38% | 0.48% | - |
| HSV(B) | 308.84º | 0.56% | 0.67% | - |
| XYZ | 25.46 | 16.26 | 33.69 | - |
| YUV | 113.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 157 | 0 | 0.56 | 0.08 | 0.33 | 308.84 | 0.38 | 0.48 |
| Hex | AB | 4C | 9D | 0 | 38 | 8 | 21 | 135 | 26 | 30 |
| Octal | 253 | 114 | 235 | 0 | 70 | 10 | 41 | 465 | 46 | 60 |
| Binary | 10101011 | 1001100 | 10011101 | 0 | 111000 | 1000 | 100001 | 100110101 | 100110 | 110000 |
Color Harmonies of #AB4C9D
Complementary color
Monochromatic Colors of #AB4C9D
Black with #AB4C9D
Text Example
Text Example
White with #AB4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C9D; }
p { color: rgb(171,76,157); }
H1.HeaderClassName
{
color: #AB4C9D;
}
.AnyTagClassName
{
color: #AB4C9D;
}
</style>
background-color css
<style>
a { background-color: #AB4C9D; }
a { background-color: rgb(171,76,157); }
div.DivClassName
{
background-color: #AB4C9D;
}
.BgClassName
{
background-color: #AB4C9D;
}
</style>
border-color css
<style>
span { border-color: #AB4C9D; }
span { border-color: rgb(171,76,157); }
td.TdClassName
{
border-color: #AB4C9D;
}
.TagClassName
{
border-color: #AB4C9D;
}
</style>