Shades of Royal Heath #AB4C7E
Tints of Royal Heath #AB4C7E
RGB
CMYK
RGB Variations
Color information
#AB4C7E (or 0xAB4C7E) is known color: Royal Heath. HEX triplet: AB, 4C and 7E. RGB value is (171,76,126). Sum of RGB (Red+Green+Blue) = 171+76+126=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C7E is #54B381. Grayscale: #6D6D6D. Windows color (decimal): -5550978 or 8277163. OLE color: 8277163.
HSL color Cylindrical-coordinate representation of color #AB4C7E: hue angle of 328.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C7E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 126 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.33 |
| HSL | 328.42º | 0.38% | 0.48% | - |
| HSV(B) | 328.42º | 0.56% | 0.67% | - |
| XYZ | 23.14 | 15.33 | 21.48 | - |
| YUV | 110.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 126 | 0 | 0.56 | 0.26 | 0.33 | 328.42 | 0.38 | 0.48 |
| Hex | AB | 4C | 7E | 0 | 38 | 1A | 21 | 148 | 26 | 30 |
| Octal | 253 | 114 | 176 | 0 | 70 | 32 | 41 | 510 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1111110 | 0 | 111000 | 11010 | 100001 | 101001000 | 100110 | 110000 |
Color Harmonies of #AB4C7E
Complementary color
Monochromatic Colors of #AB4C7E
Black with #AB4C7E
Text Example
Text Example
White with #AB4C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C7E; }
p { color: rgb(171,76,126); }
H1.HeaderClassName
{
color: #AB4C7E;
}
.AnyTagClassName
{
color: #AB4C7E;
}
</style>
background-color css
<style>
a { background-color: #AB4C7E; }
a { background-color: rgb(171,76,126); }
div.DivClassName
{
background-color: #AB4C7E;
}
.BgClassName
{
background-color: #AB4C7E;
}
</style>
border-color css
<style>
span { border-color: #AB4C7E; }
span { border-color: rgb(171,76,126); }
td.TdClassName
{
border-color: #AB4C7E;
}
.TagClassName
{
border-color: #AB4C7E;
}
</style>