Shades of Violet Blue #AB75A6
Tints of Violet Blue #AB75A6
RGB
CMYK
RGB Variations
Color information
#AB75A6 (or 0xAB75A6) is known color: Violet Blue. HEX triplet: AB, 75 and A6. RGB value is (171,117,166). Sum of RGB (Red+Green+Blue) = 171+117+166=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB75A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75A6 is #548A59. Grayscale: #8A8A8A. Windows color (decimal): -5540442 or 10909099. OLE color: 10909099.
HSL color Cylindrical-coordinate representation of color #AB75A6: hue angle of 305.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB75A6 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 166 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.33 |
| HSL | 305.56º | 0.24% | 0.56% | - |
| HSV(B) | 305.56º | 0.32% | 0.67% | - |
| XYZ | 30.04 | 24.13 | 39.15 | - |
| YUV | 138.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 166 | 0 | 0.32 | 0.03 | 0.33 | 305.56 | 0.24 | 0.56 |
| Hex | AB | 75 | A6 | 0 | 20 | 3 | 21 | 132 | 18 | 38 |
| Octal | 253 | 165 | 246 | 0 | 40 | 3 | 41 | 462 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10100110 | 0 | 100000 | 11 | 100001 | 100110010 | 11000 | 111000 |
Color Harmonies of #AB75A6
Complementary color
Monochromatic Colors of #AB75A6
Black with #AB75A6
Text Example
Text Example
White with #AB75A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75A6; }
p { color: rgb(171,117,166); }
H1.HeaderClassName
{
color: #AB75A6;
}
.AnyTagClassName
{
color: #AB75A6;
}
</style>
background-color css
<style>
a { background-color: #AB75A6; }
a { background-color: rgb(171,117,166); }
div.DivClassName
{
background-color: #AB75A6;
}
.BgClassName
{
background-color: #AB75A6;
}
</style>
border-color css
<style>
span { border-color: #AB75A6; }
span { border-color: rgb(171,117,166); }
td.TdClassName
{
border-color: #AB75A6;
}
.TagClassName
{
border-color: #AB75A6;
}
</style>