Shades of Royal Heath #AB506F
Tints of Royal Heath #AB506F
RGB
CMYK
RGB Variations
Color information
#AB506F (or 0xAB506F) is known color: Royal Heath. HEX triplet: AB, 50 and 6F. RGB value is (171,80,111). Sum of RGB (Red+Green+Blue) = 171+80+111=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB506F is #54AF90. Grayscale: #6E6E6E. Windows color (decimal): -5549969 or 7295147. OLE color: 7295147.
HSL color Cylindrical-coordinate representation of color #AB506F: hue angle of 339.56º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB506F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 111 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.33 |
| HSL | 339.56º | 0.36% | 0.49% | - |
| HSV(B) | 339.56º | 0.53% | 0.67% | - |
| XYZ | 22.53 | 15.54 | 16.85 | - |
| YUV | 110.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 111 | 0 | 0.53 | 0.35 | 0.33 | 339.56 | 0.36 | 0.49 |
| Hex | AB | 50 | 6F | 0 | 35 | 23 | 21 | 154 | 24 | 31 |
| Octal | 253 | 120 | 157 | 0 | 65 | 43 | 41 | 524 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1101111 | 0 | 110101 | 100011 | 100001 | 101010100 | 100100 | 110001 |
Color Harmonies of #AB506F
Complementary color
Monochromatic Colors of #AB506F
Black with #AB506F
Text Example
Text Example
White with #AB506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB506F; }
p { color: rgb(171,80,111); }
H1.HeaderClassName
{
color: #AB506F;
}
.AnyTagClassName
{
color: #AB506F;
}
</style>
background-color css
<style>
a { background-color: #AB506F; }
a { background-color: rgb(171,80,111); }
div.DivClassName
{
background-color: #AB506F;
}
.BgClassName
{
background-color: #AB506F;
}
</style>
border-color css
<style>
span { border-color: #AB506F; }
span { border-color: rgb(171,80,111); }
td.TdClassName
{
border-color: #AB506F;
}
.TagClassName
{
border-color: #AB506F;
}
</style>