Shades of Royal Heath #AC5B7E
Tints of Royal Heath #AC5B7E
RGB
CMYK
RGB Variations
Color information
#AC5B7E (or 0xAC5B7E) is known color: Royal Heath. HEX triplet: AC, 5B and 7E. RGB value is (172,91,126). Sum of RGB (Red+Green+Blue) = 172+91+126=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B7E is #53A481. Grayscale: #777777. Windows color (decimal): -5481602 or 8281004. OLE color: 8281004.
HSL color Cylindrical-coordinate representation of color #AC5B7E: hue angle of 334.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5B7E is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 126 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.33 |
| HSL | 334.07º | 0.33% | 0.52% | - |
| HSV(B) | 334.07º | 0.47% | 0.67% | - |
| XYZ | 24.52 | 17.76 | 21.87 | - |
| YUV | 119.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 126 | 0 | 0.47 | 0.27 | 0.33 | 334.07 | 0.33 | 0.52 |
| Hex | AC | 5B | 7E | 0 | 2F | 1B | 21 | 14E | 21 | 34 |
| Octal | 254 | 133 | 176 | 0 | 57 | 33 | 41 | 516 | 41 | 64 |
| Binary | 10101100 | 1011011 | 1111110 | 0 | 101111 | 11011 | 100001 | 101001110 | 100001 | 110100 |
Color Harmonies of #AC5B7E
Complementary color
Monochromatic Colors of #AC5B7E
Black with #AC5B7E
Text Example
Text Example
White with #AC5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B7E; }
p { color: rgb(172,91,126); }
H1.HeaderClassName
{
color: #AC5B7E;
}
.AnyTagClassName
{
color: #AC5B7E;
}
</style>
background-color css
<style>
a { background-color: #AC5B7E; }
a { background-color: rgb(172,91,126); }
div.DivClassName
{
background-color: #AC5B7E;
}
.BgClassName
{
background-color: #AC5B7E;
}
</style>
border-color css
<style>
span { border-color: #AC5B7E; }
span { border-color: rgb(172,91,126); }
td.TdClassName
{
border-color: #AC5B7E;
}
.TagClassName
{
border-color: #AC5B7E;
}
</style>