Shades of Royal Heath #AC4474
Tints of Royal Heath #AC4474
RGB
CMYK
RGB Variations
Color information
#AC4474 (or 0xAC4474) is known color: Royal Heath. HEX triplet: AC, 44 and 74. RGB value is (172,68,116). Sum of RGB (Red+Green+Blue) = 172+68+116=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4474 is #53BB8B. Grayscale: #686868. Windows color (decimal): -5487500 or 7619756. OLE color: 7619756.
HSL color Cylindrical-coordinate representation of color #AC4474: hue angle of 332.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4474 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 116 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.33 |
| HSL | 332.31º | 0.43% | 0.47% | - |
| HSV(B) | 332.31º | 0.6% | 0.67% | - |
| XYZ | 22.23 | 14.17 | 18.09 | - |
| YUV | 104.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 116 | 0 | 0.60 | 0.33 | 0.33 | 332.31 | 0.43 | 0.47 |
| Hex | AC | 44 | 74 | 0 | 3C | 21 | 21 | 14C | 2B | 2F |
| Octal | 254 | 104 | 164 | 0 | 74 | 41 | 41 | 514 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1110100 | 0 | 111100 | 100001 | 100001 | 101001100 | 101011 | 101111 |
Color Harmonies of #AC4474
Complementary color
Monochromatic Colors of #AC4474
Black with #AC4474
Text Example
Text Example
White with #AC4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4474; }
p { color: rgb(172,68,116); }
H1.HeaderClassName
{
color: #AC4474;
}
.AnyTagClassName
{
color: #AC4474;
}
</style>
background-color css
<style>
a { background-color: #AC4474; }
a { background-color: rgb(172,68,116); }
div.DivClassName
{
background-color: #AC4474;
}
.BgClassName
{
background-color: #AC4474;
}
</style>
border-color css
<style>
span { border-color: #AC4474; }
span { border-color: rgb(172,68,116); }
td.TdClassName
{
border-color: #AC4474;
}
.TagClassName
{
border-color: #AC4474;
}
</style>