Shades of Royal Heath #AC4378
Tints of Royal Heath #AC4378
RGB
CMYK
RGB Variations
Color information
#AC4378 (or 0xAC4378) is known color: Royal Heath. HEX triplet: AC, 43 and 78. RGB value is (172,67,120). Sum of RGB (Red+Green+Blue) = 172+67+120=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4378 is #53BC87. Grayscale: #686868. Windows color (decimal): -5487752 or 7881644. OLE color: 7881644.
HSL color Cylindrical-coordinate representation of color #AC4378: hue angle of 329.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4378 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 120 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.33 |
| HSL | 329.71º | 0.44% | 0.47% | - |
| HSV(B) | 329.71º | 0.61% | 0.67% | - |
| XYZ | 22.41 | 14.14 | 19.32 | - |
| YUV | 104.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 120 | 0 | 0.61 | 0.30 | 0.33 | 329.71 | 0.44 | 0.47 |
| Hex | AC | 43 | 78 | 0 | 3D | 1E | 21 | 14A | 2C | 2F |
| Octal | 254 | 103 | 170 | 0 | 75 | 36 | 41 | 512 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1111000 | 0 | 111101 | 11110 | 100001 | 101001010 | 101100 | 101111 |
Color Harmonies of #AC4378
Complementary color
Monochromatic Colors of #AC4378
Black with #AC4378
Text Example
Text Example
White with #AC4378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4378; }
p { color: rgb(172,67,120); }
H1.HeaderClassName
{
color: #AC4378;
}
.AnyTagClassName
{
color: #AC4378;
}
</style>
background-color css
<style>
a { background-color: #AC4378; }
a { background-color: rgb(172,67,120); }
div.DivClassName
{
background-color: #AC4378;
}
.BgClassName
{
background-color: #AC4378;
}
</style>
border-color css
<style>
span { border-color: #AC4378; }
span { border-color: rgb(172,67,120); }
td.TdClassName
{
border-color: #AC4378;
}
.TagClassName
{
border-color: #AC4378;
}
</style>