Shades of Royal Heath #AC4B7E
Tints of Royal Heath #AC4B7E
RGB
CMYK
RGB Variations
Color information
#AC4B7E (or 0xAC4B7E) is known color: Royal Heath. HEX triplet: AC, 4B and 7E. RGB value is (172,75,126). Sum of RGB (Red+Green+Blue) = 172+75+126=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B7E is #53B481. Grayscale: #6D6D6D. Windows color (decimal): -5485698 or 8276908. OLE color: 8276908.
HSL color Cylindrical-coordinate representation of color #AC4B7E: hue angle of 328.45º degrees, saturation: 0.39, 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 #AC4B7E is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 126 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.33 |
| HSL | 328.45º | 0.39% | 0.48% | - |
| HSV(B) | 328.45º | 0.56% | 0.67% | - |
| XYZ | 23.3 | 15.31 | 21.47 | - |
| YUV | 109.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 126 | 0 | 0.56 | 0.27 | 0.33 | 328.45 | 0.39 | 0.48 |
| Hex | AC | 4B | 7E | 0 | 38 | 1B | 21 | 148 | 27 | 30 |
| Octal | 254 | 113 | 176 | 0 | 70 | 33 | 41 | 510 | 47 | 60 |
| Binary | 10101100 | 1001011 | 1111110 | 0 | 111000 | 11011 | 100001 | 101001000 | 100111 | 110000 |
Color Harmonies of #AC4B7E
Complementary color
Monochromatic Colors of #AC4B7E
Black with #AC4B7E
Text Example
Text Example
White with #AC4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B7E; }
p { color: rgb(172,75,126); }
H1.HeaderClassName
{
color: #AC4B7E;
}
.AnyTagClassName
{
color: #AC4B7E;
}
</style>
background-color css
<style>
a { background-color: #AC4B7E; }
a { background-color: rgb(172,75,126); }
div.DivClassName
{
background-color: #AC4B7E;
}
.BgClassName
{
background-color: #AC4B7E;
}
</style>
border-color css
<style>
span { border-color: #AC4B7E; }
span { border-color: rgb(172,75,126); }
td.TdClassName
{
border-color: #AC4B7E;
}
.TagClassName
{
border-color: #AC4B7E;
}
</style>