Shades of Royal Heath #AC5378
Tints of Royal Heath #AC5378
RGB
CMYK
RGB Variations
Color information
#AC5378 (or 0xAC5378) is known color: Royal Heath. HEX triplet: AC, 53 and 78. RGB value is (172,83,120). Sum of RGB (Red+Green+Blue) = 172+83+120=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5378 is #53AC87. Grayscale: #717171. Windows color (decimal): -5483656 or 7885740. OLE color: 7885740.
HSL color Cylindrical-coordinate representation of color #AC5378: hue angle of 335.06º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5378 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 120 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.33 |
| HSL | 335.06º | 0.35% | 0.5% | - |
| HSV(B) | 335.06º | 0.52% | 0.67% | - |
| XYZ | 23.5 | 16.31 | 19.68 | - |
| YUV | 113.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 120 | 0 | 0.52 | 0.30 | 0.33 | 335.06 | 0.35 | 0.5 |
| Hex | AC | 53 | 78 | 0 | 34 | 1E | 21 | 14F | 23 | 32 |
| Octal | 254 | 123 | 170 | 0 | 64 | 36 | 41 | 517 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1111000 | 0 | 110100 | 11110 | 100001 | 101001111 | 100011 | 110010 |
Color Harmonies of #AC5378
Complementary color
Monochromatic Colors of #AC5378
Black with #AC5378
Text Example
Text Example
White with #AC5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5378; }
p { color: rgb(172,83,120); }
H1.HeaderClassName
{
color: #AC5378;
}
.AnyTagClassName
{
color: #AC5378;
}
</style>
background-color css
<style>
a { background-color: #AC5378; }
a { background-color: rgb(172,83,120); }
div.DivClassName
{
background-color: #AC5378;
}
.BgClassName
{
background-color: #AC5378;
}
</style>
border-color css
<style>
span { border-color: #AC5378; }
span { border-color: rgb(172,83,120); }
td.TdClassName
{
border-color: #AC5378;
}
.TagClassName
{
border-color: #AC5378;
}
</style>