Shades of Royal Heath #AC5385
Tints of Royal Heath #AC5385
RGB
CMYK
RGB Variations
Color information
#AC5385 (or 0xAC5385) is known color: Royal Heath. HEX triplet: AC, 53 and 85. RGB value is (172,83,133). Sum of RGB (Red+Green+Blue) = 172+83+133=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5385 is #53AC7A. Grayscale: #737373. Windows color (decimal): -5483643 or 8737708. OLE color: 8737708.
HSL color Cylindrical-coordinate representation of color #AC5385: hue angle of 326.29º 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 #AC5385 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 133 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.33 |
| HSL | 326.29º | 0.35% | 0.5% | - |
| HSV(B) | 326.29º | 0.52% | 0.67% | - |
| XYZ | 24.34 | 16.65 | 24.12 | - |
| YUV | 115.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 133 | 0 | 0.52 | 0.23 | 0.33 | 326.29 | 0.35 | 0.5 |
| Hex | AC | 53 | 85 | 0 | 34 | 17 | 21 | 146 | 23 | 32 |
| Octal | 254 | 123 | 205 | 0 | 64 | 27 | 41 | 506 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10000101 | 0 | 110100 | 10111 | 100001 | 101000110 | 100011 | 110010 |
Color Harmonies of #AC5385
Complementary color
Monochromatic Colors of #AC5385
Black with #AC5385
Text Example
Text Example
White with #AC5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5385; }
p { color: rgb(172,83,133); }
H1.HeaderClassName
{
color: #AC5385;
}
.AnyTagClassName
{
color: #AC5385;
}
</style>
background-color css
<style>
a { background-color: #AC5385; }
a { background-color: rgb(172,83,133); }
div.DivClassName
{
background-color: #AC5385;
}
.BgClassName
{
background-color: #AC5385;
}
</style>
border-color css
<style>
span { border-color: #AC5385; }
span { border-color: rgb(172,83,133); }
td.TdClassName
{
border-color: #AC5385;
}
.TagClassName
{
border-color: #AC5385;
}
</style>