Shades of Violet Blue #AB629C
Tints of Violet Blue #AB629C
RGB
CMYK
RGB Variations
Color information
#AB629C (or 0xAB629C) is known color: Violet Blue. HEX triplet: AB, 62 and 9C. RGB value is (171,98,156). Sum of RGB (Red+Green+Blue) = 171+98+156=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB629C is #549D63. Grayscale: #7E7E7E. Windows color (decimal): -5545316 or 10248875. OLE color: 10248875.
HSL color Cylindrical-coordinate representation of color #AB629C: hue angle of 312.33º 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 #AB629C is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 156 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.33 |
| HSL | 312.33º | 0.3% | 0.53% | - |
| HSV(B) | 312.33º | 0.43% | 0.67% | - |
| XYZ | 27.16 | 19.79 | 33.84 | - |
| YUV | 126.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 156 | 0 | 0.43 | 0.09 | 0.33 | 312.33 | 0.3 | 0.53 |
| Hex | AB | 62 | 9C | 0 | 2B | 9 | 21 | 138 | 1E | 35 |
| Octal | 253 | 142 | 234 | 0 | 53 | 11 | 41 | 470 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10011100 | 0 | 101011 | 1001 | 100001 | 100111000 | 11110 | 110101 |
Color Harmonies of #AB629C
Complementary color
Monochromatic Colors of #AB629C
Black with #AB629C
Text Example
Text Example
White with #AB629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB629C; }
p { color: rgb(171,98,156); }
H1.HeaderClassName
{
color: #AB629C;
}
.AnyTagClassName
{
color: #AB629C;
}
</style>
background-color css
<style>
a { background-color: #AB629C; }
a { background-color: rgb(171,98,156); }
div.DivClassName
{
background-color: #AB629C;
}
.BgClassName
{
background-color: #AB629C;
}
</style>
border-color css
<style>
span { border-color: #AB629C; }
span { border-color: rgb(171,98,156); }
td.TdClassName
{
border-color: #AB629C;
}
.TagClassName
{
border-color: #AB629C;
}
</style>