Shades of Violet Blue #AB62A6
Tints of Violet Blue #AB62A6
RGB
CMYK
RGB Variations
Color information
#AB62A6 (or 0xAB62A6) is known color: Violet Blue. HEX triplet: AB, 62 and A6. RGB value is (171,98,166). Sum of RGB (Red+Green+Blue) = 171+98+166=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB62A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB62A6 is #549D59. Grayscale: #7F7F7F. Windows color (decimal): -5545306 or 10904235. OLE color: 10904235.
HSL color Cylindrical-coordinate representation of color #AB62A6: hue angle of 304.11º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB62A6 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 166 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.33 |
| HSL | 304.11º | 0.3% | 0.53% | - |
| HSV(B) | 304.11º | 0.43% | 0.67% | - |
| XYZ | 28.05 | 20.15 | 38.49 | - |
| YUV | 127.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 166 | 0 | 0.43 | 0.03 | 0.33 | 304.11 | 0.3 | 0.53 |
| Hex | AB | 62 | A6 | 0 | 2B | 3 | 21 | 130 | 1E | 35 |
| Octal | 253 | 142 | 246 | 0 | 53 | 3 | 41 | 460 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10100110 | 0 | 101011 | 11 | 100001 | 100110000 | 11110 | 110101 |
Color Harmonies of #AB62A6
Complementary color
Monochromatic Colors of #AB62A6
Black with #AB62A6
Text Example
Text Example
White with #AB62A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB62A6; }
p { color: rgb(171,98,166); }
H1.HeaderClassName
{
color: #AB62A6;
}
.AnyTagClassName
{
color: #AB62A6;
}
</style>
background-color css
<style>
a { background-color: #AB62A6; }
a { background-color: rgb(171,98,166); }
div.DivClassName
{
background-color: #AB62A6;
}
.BgClassName
{
background-color: #AB62A6;
}
</style>
border-color css
<style>
span { border-color: #AB62A6; }
span { border-color: rgb(171,98,166); }
td.TdClassName
{
border-color: #AB62A6;
}
.TagClassName
{
border-color: #AB62A6;
}
</style>