Shades of Royal Heath #AC5583
Tints of Royal Heath #AC5583
RGB
CMYK
RGB Variations
Color information
#AC5583 (or 0xAC5583) is known color: Royal Heath. HEX triplet: AC, 55 and 83. RGB value is (172,85,131). Sum of RGB (Red+Green+Blue) = 172+85+131=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5583 is #53AA7C. Grayscale: #747474. Windows color (decimal): -5483133 or 8607148. OLE color: 8607148.
HSL color Cylindrical-coordinate representation of color #AC5583: hue angle of 328.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5583 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 131 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.33 |
| HSL | 328.28º | 0.34% | 0.5% | - |
| HSV(B) | 328.28º | 0.51% | 0.67% | - |
| XYZ | 24.36 | 16.91 | 23.45 | - |
| YUV | 116.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 131 | 0 | 0.51 | 0.24 | 0.33 | 328.28 | 0.34 | 0.5 |
| Hex | AC | 55 | 83 | 0 | 33 | 18 | 21 | 148 | 22 | 32 |
| Octal | 254 | 125 | 203 | 0 | 63 | 30 | 41 | 510 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10000011 | 0 | 110011 | 11000 | 100001 | 101001000 | 100010 | 110010 |
Color Harmonies of #AC5583
Complementary color
Monochromatic Colors of #AC5583
Black with #AC5583
Text Example
Text Example
White with #AC5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5583; }
p { color: rgb(172,85,131); }
H1.HeaderClassName
{
color: #AC5583;
}
.AnyTagClassName
{
color: #AC5583;
}
</style>
background-color css
<style>
a { background-color: #AC5583; }
a { background-color: rgb(172,85,131); }
div.DivClassName
{
background-color: #AC5583;
}
.BgClassName
{
background-color: #AC5583;
}
</style>
border-color css
<style>
span { border-color: #AC5583; }
span { border-color: rgb(172,85,131); }
td.TdClassName
{
border-color: #AC5583;
}
.TagClassName
{
border-color: #AC5583;
}
</style>