Shades of Royal Heath #AB4171
Tints of Royal Heath #AB4171
RGB
CMYK
RGB Variations
Color information
#AB4171 (or 0xAB4171) is known color: Royal Heath. HEX triplet: AB, 41 and 71. RGB value is (171,65,113). Sum of RGB (Red+Green+Blue) = 171+65+113=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4171 is #54BE8E. Grayscale: #666666. Windows color (decimal): -5553807 or 7422379. OLE color: 7422379.
HSL color Cylindrical-coordinate representation of color #AB4171: hue angle of 332.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4171 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 113 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.33 |
| HSL | 332.83º | 0.45% | 0.46% | - |
| HSV(B) | 332.83º | 0.62% | 0.67% | - |
| XYZ | 21.67 | 13.63 | 17.11 | - |
| YUV | 102.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 113 | 0 | 0.62 | 0.34 | 0.33 | 332.83 | 0.45 | 0.46 |
| Hex | AB | 41 | 71 | 0 | 3E | 22 | 21 | 14D | 2D | 2E |
| Octal | 253 | 101 | 161 | 0 | 76 | 42 | 41 | 515 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1110001 | 0 | 111110 | 100010 | 100001 | 101001101 | 101101 | 101110 |
Color Harmonies of #AB4171
Complementary color
Monochromatic Colors of #AB4171
Black with #AB4171
Text Example
Text Example
White with #AB4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4171; }
p { color: rgb(171,65,113); }
H1.HeaderClassName
{
color: #AB4171;
}
.AnyTagClassName
{
color: #AB4171;
}
</style>
background-color css
<style>
a { background-color: #AB4171; }
a { background-color: rgb(171,65,113); }
div.DivClassName
{
background-color: #AB4171;
}
.BgClassName
{
background-color: #AB4171;
}
</style>
border-color css
<style>
span { border-color: #AB4171; }
span { border-color: rgb(171,65,113); }
td.TdClassName
{
border-color: #AB4171;
}
.TagClassName
{
border-color: #AB4171;
}
</style>