Shades of Royal Heath #AB4376
Tints of Royal Heath #AB4376
RGB
CMYK
RGB Variations
Color information
#AB4376 (or 0xAB4376) is known color: Royal Heath. HEX triplet: AB, 43 and 76. RGB value is (171,67,118). Sum of RGB (Red+Green+Blue) = 171+67+118=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4376 is #54BC89. Grayscale: #676767. Windows color (decimal): -5553290 or 7750571. OLE color: 7750571.
HSL color Cylindrical-coordinate representation of color #AB4376: hue angle of 330.58º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4376 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 118 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.33 |
| HSL | 330.58º | 0.44% | 0.47% | - |
| HSV(B) | 330.58º | 0.61% | 0.67% | - |
| XYZ | 22.07 | 13.98 | 18.67 | - |
| YUV | 103.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 118 | 0 | 0.61 | 0.31 | 0.33 | 330.58 | 0.44 | 0.47 |
| Hex | AB | 43 | 76 | 0 | 3D | 1F | 21 | 14B | 2C | 2F |
| Octal | 253 | 103 | 166 | 0 | 75 | 37 | 41 | 513 | 54 | 57 |
| Binary | 10101011 | 1000011 | 1110110 | 0 | 111101 | 11111 | 100001 | 101001011 | 101100 | 101111 |
Color Harmonies of #AB4376
Complementary color
Monochromatic Colors of #AB4376
Black with #AB4376
Text Example
Text Example
White with #AB4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4376; }
p { color: rgb(171,67,118); }
H1.HeaderClassName
{
color: #AB4376;
}
.AnyTagClassName
{
color: #AB4376;
}
</style>
background-color css
<style>
a { background-color: #AB4376; }
a { background-color: rgb(171,67,118); }
div.DivClassName
{
background-color: #AB4376;
}
.BgClassName
{
background-color: #AB4376;
}
</style>
border-color css
<style>
span { border-color: #AB4376; }
span { border-color: rgb(171,67,118); }
td.TdClassName
{
border-color: #AB4376;
}
.TagClassName
{
border-color: #AB4376;
}
</style>