Shades of Royal Heath #AB526F
Tints of Royal Heath #AB526F
RGB
CMYK
RGB Variations
Color information
#AB526F (or 0xAB526F) is known color: Royal Heath. HEX triplet: AB, 52 and 6F. RGB value is (171,82,111). Sum of RGB (Red+Green+Blue) = 171+82+111=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB526F is #54AD90. Grayscale: #6F6F6F. Windows color (decimal): -5549457 or 7295659. OLE color: 7295659.
HSL color Cylindrical-coordinate representation of color #AB526F: hue angle of 340.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB526F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 111 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.33 |
| HSL | 340.45º | 0.35% | 0.5% | - |
| HSV(B) | 340.45º | 0.52% | 0.67% | - |
| XYZ | 22.68 | 15.84 | 16.9 | - |
| YUV | 111.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 111 | 0 | 0.52 | 0.35 | 0.33 | 340.45 | 0.35 | 0.5 |
| Hex | AB | 52 | 6F | 0 | 34 | 23 | 21 | 154 | 23 | 32 |
| Octal | 253 | 122 | 157 | 0 | 64 | 43 | 41 | 524 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1101111 | 0 | 110100 | 100011 | 100001 | 101010100 | 100011 | 110010 |
Color Harmonies of #AB526F
Complementary color
Monochromatic Colors of #AB526F
Black with #AB526F
Text Example
Text Example
White with #AB526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB526F; }
p { color: rgb(171,82,111); }
H1.HeaderClassName
{
color: #AB526F;
}
.AnyTagClassName
{
color: #AB526F;
}
</style>
background-color css
<style>
a { background-color: #AB526F; }
a { background-color: rgb(171,82,111); }
div.DivClassName
{
background-color: #AB526F;
}
.BgClassName
{
background-color: #AB526F;
}
</style>
border-color css
<style>
span { border-color: #AB526F; }
span { border-color: rgb(171,82,111); }
td.TdClassName
{
border-color: #AB526F;
}
.TagClassName
{
border-color: #AB526F;
}
</style>