Shades of Royal Heath #AC5783
Tints of Royal Heath #AC5783
RGB
CMYK
RGB Variations
Color information
#AC5783 (or 0xAC5783) is known color: Royal Heath. HEX triplet: AC, 57 and 83. RGB value is (172,87,131). Sum of RGB (Red+Green+Blue) = 172+87+131=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5783 is #53A87C. Grayscale: #757575. Windows color (decimal): -5482621 or 8607660. OLE color: 8607660.
HSL color Cylindrical-coordinate representation of color #AC5783: hue angle of 328.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5783 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 131 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.33 |
| HSL | 328.94º | 0.34% | 0.51% | - |
| HSV(B) | 328.94º | 0.49% | 0.67% | - |
| XYZ | 24.52 | 17.23 | 23.51 | - |
| YUV | 117.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 131 | 0 | 0.49 | 0.24 | 0.33 | 328.94 | 0.34 | 0.51 |
| Hex | AC | 57 | 83 | 0 | 31 | 18 | 21 | 149 | 22 | 33 |
| Octal | 254 | 127 | 203 | 0 | 61 | 30 | 41 | 511 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10000011 | 0 | 110001 | 11000 | 100001 | 101001001 | 100010 | 110011 |
Color Harmonies of #AC5783
Complementary color
Monochromatic Colors of #AC5783
Black with #AC5783
Text Example
Text Example
White with #AC5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5783; }
p { color: rgb(172,87,131); }
H1.HeaderClassName
{
color: #AC5783;
}
.AnyTagClassName
{
color: #AC5783;
}
</style>
background-color css
<style>
a { background-color: #AC5783; }
a { background-color: rgb(172,87,131); }
div.DivClassName
{
background-color: #AC5783;
}
.BgClassName
{
background-color: #AC5783;
}
</style>
border-color css
<style>
span { border-color: #AC5783; }
span { border-color: rgb(172,87,131); }
td.TdClassName
{
border-color: #AC5783;
}
.TagClassName
{
border-color: #AC5783;
}
</style>