Shades of Royal Heath #AC4C6E
Tints of Royal Heath #AC4C6E
RGB
CMYK
RGB Variations
Color information
#AC4C6E (or 0xAC4C6E) is known color: Royal Heath. HEX triplet: AC, 4C and 6E. RGB value is (172,76,110). Sum of RGB (Red+Green+Blue) = 172+76+110=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C6E is #53B391. Grayscale: #6C6C6C. Windows color (decimal): -5485458 or 7228588. OLE color: 7228588.
HSL color Cylindrical-coordinate representation of color #AC4C6E: hue angle of 338.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C6E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 110 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.33 |
| HSL | 338.75º | 0.39% | 0.49% | - |
| HSV(B) | 338.75º | 0.56% | 0.67% | - |
| XYZ | 22.41 | 15.07 | 16.48 | - |
| YUV | 108.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 110 | 0 | 0.56 | 0.36 | 0.33 | 338.75 | 0.39 | 0.49 |
| Hex | AC | 4C | 6E | 0 | 38 | 24 | 21 | 153 | 27 | 31 |
| Octal | 254 | 114 | 156 | 0 | 70 | 44 | 41 | 523 | 47 | 61 |
| Binary | 10101100 | 1001100 | 1101110 | 0 | 111000 | 100100 | 100001 | 101010011 | 100111 | 110001 |
Color Harmonies of #AC4C6E
Complementary color
Monochromatic Colors of #AC4C6E
Black with #AC4C6E
Text Example
Text Example
White with #AC4C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C6E; }
p { color: rgb(172,76,110); }
H1.HeaderClassName
{
color: #AC4C6E;
}
.AnyTagClassName
{
color: #AC4C6E;
}
</style>
background-color css
<style>
a { background-color: #AC4C6E; }
a { background-color: rgb(172,76,110); }
div.DivClassName
{
background-color: #AC4C6E;
}
.BgClassName
{
background-color: #AC4C6E;
}
</style>
border-color css
<style>
span { border-color: #AC4C6E; }
span { border-color: rgb(172,76,110); }
td.TdClassName
{
border-color: #AC4C6E;
}
.TagClassName
{
border-color: #AC4C6E;
}
</style>