Shades of Violet Blue #AB60A7
Tints of Violet Blue #AB60A7
RGB
CMYK
RGB Variations
Color information
#AB60A7 (or 0xAB60A7) is known color: Violet Blue. HEX triplet: AB, 60 and A7. RGB value is (171,96,167). Sum of RGB (Red+Green+Blue) = 171+96+167=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB60A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60A7 is #549F58. Grayscale: #7E7E7E. Windows color (decimal): -5545817 or 10969259. OLE color: 10969259.
HSL color Cylindrical-coordinate representation of color #AB60A7: hue angle of 303.2º 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 #AB60A7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 167 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.33 |
| HSL | 303.2º | 0.31% | 0.52% | - |
| HSV(B) | 303.2º | 0.44% | 0.67% | - |
| XYZ | 27.95 | 19.81 | 38.91 | - |
| YUV | 126.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 167 | 0 | 0.44 | 0.02 | 0.33 | 303.2 | 0.31 | 0.52 |
| Hex | AB | 60 | A7 | 0 | 2C | 2 | 21 | 12F | 1F | 34 |
| Octal | 253 | 140 | 247 | 0 | 54 | 2 | 41 | 457 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10100111 | 0 | 101100 | 10 | 100001 | 100101111 | 11111 | 110100 |
Color Harmonies of #AB60A7
Complementary color
Monochromatic Colors of #AB60A7
Black with #AB60A7
Text Example
Text Example
White with #AB60A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60A7; }
p { color: rgb(171,96,167); }
H1.HeaderClassName
{
color: #AB60A7;
}
.AnyTagClassName
{
color: #AB60A7;
}
</style>
background-color css
<style>
a { background-color: #AB60A7; }
a { background-color: rgb(171,96,167); }
div.DivClassName
{
background-color: #AB60A7;
}
.BgClassName
{
background-color: #AB60A7;
}
</style>
border-color css
<style>
span { border-color: #AB60A7; }
span { border-color: rgb(171,96,167); }
td.TdClassName
{
border-color: #AB60A7;
}
.TagClassName
{
border-color: #AB60A7;
}
</style>