Shades of Violet Blue #AB4CA5
Tints of Violet Blue #AB4CA5
RGB
CMYK
RGB Variations
Color information
#AB4CA5 (or 0xAB4CA5) is known color: Violet Blue. HEX triplet: AB, 4C and A5. RGB value is (171,76,165). Sum of RGB (Red+Green+Blue) = 171+76+165=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4CA5 is #54B35A. Grayscale: #727272. Windows color (decimal): -5550939 or 10833067. OLE color: 10833067.
HSL color Cylindrical-coordinate representation of color #AB4CA5: hue angle of 303.79º 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 #AB4CA5 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 165 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.33 |
| HSL | 303.79º | 0.38% | 0.48% | - |
| HSV(B) | 303.79º | 0.56% | 0.67% | - |
| XYZ | 26.17 | 16.54 | 37.41 | - |
| YUV | 114.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 165 | 0 | 0.56 | 0.04 | 0.33 | 303.79 | 0.38 | 0.48 |
| Hex | AB | 4C | A5 | 0 | 38 | 4 | 21 | 130 | 26 | 30 |
| Octal | 253 | 114 | 245 | 0 | 70 | 4 | 41 | 460 | 46 | 60 |
| Binary | 10101011 | 1001100 | 10100101 | 0 | 111000 | 100 | 100001 | 100110000 | 100110 | 110000 |
Color Harmonies of #AB4CA5
Complementary color
Monochromatic Colors of #AB4CA5
Black with #AB4CA5
Text Example
Text Example
White with #AB4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CA5; }
p { color: rgb(171,76,165); }
H1.HeaderClassName
{
color: #AB4CA5;
}
.AnyTagClassName
{
color: #AB4CA5;
}
</style>
background-color css
<style>
a { background-color: #AB4CA5; }
a { background-color: rgb(171,76,165); }
div.DivClassName
{
background-color: #AB4CA5;
}
.BgClassName
{
background-color: #AB4CA5;
}
</style>
border-color css
<style>
span { border-color: #AB4CA5; }
span { border-color: rgb(171,76,165); }
td.TdClassName
{
border-color: #AB4CA5;
}
.TagClassName
{
border-color: #AB4CA5;
}
</style>