Shades of Violet Blue #AB60A0
Tints of Violet Blue #AB60A0
RGB
CMYK
RGB Variations
Color information
#AB60A0 (or 0xAB60A0) is known color: Violet Blue. HEX triplet: AB, 60 and A0. RGB value is (171,96,160). Sum of RGB (Red+Green+Blue) = 171+96+160=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB60A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60A0 is #549F5F. Grayscale: #7D7D7D. Windows color (decimal): -5545824 or 10510507. OLE color: 10510507.
HSL color Cylindrical-coordinate representation of color #AB60A0: hue angle of 308.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB60A0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 160 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.33 |
| HSL | 308.8º | 0.31% | 0.52% | - |
| HSV(B) | 308.8º | 0.44% | 0.67% | - |
| XYZ | 27.32 | 19.56 | 35.59 | - |
| YUV | 125.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 160 | 0 | 0.44 | 0.06 | 0.33 | 308.8 | 0.31 | 0.52 |
| Hex | AB | 60 | A0 | 0 | 2C | 6 | 21 | 135 | 1F | 34 |
| Octal | 253 | 140 | 240 | 0 | 54 | 6 | 41 | 465 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10100000 | 0 | 101100 | 110 | 100001 | 100110101 | 11111 | 110100 |
Color Harmonies of #AB60A0
Complementary color
Monochromatic Colors of #AB60A0
Black with #AB60A0
Text Example
Text Example
White with #AB60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60A0; }
p { color: rgb(171,96,160); }
H1.HeaderClassName
{
color: #AB60A0;
}
.AnyTagClassName
{
color: #AB60A0;
}
</style>
background-color css
<style>
a { background-color: #AB60A0; }
a { background-color: rgb(171,96,160); }
div.DivClassName
{
background-color: #AB60A0;
}
.BgClassName
{
background-color: #AB60A0;
}
</style>
border-color css
<style>
span { border-color: #AB60A0; }
span { border-color: rgb(171,96,160); }
td.TdClassName
{
border-color: #AB60A0;
}
.TagClassName
{
border-color: #AB60A0;
}
</style>