Shades of Royal Heath #AC5883
Tints of Royal Heath #AC5883
RGB
CMYK
RGB Variations
Color information
#AC5883 (or 0xAC5883) is known color: Royal Heath. HEX triplet: AC, 58 and 83. RGB value is (172,88,131). Sum of RGB (Red+Green+Blue) = 172+88+131=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5883 is #53A77C. Grayscale: #757575. Windows color (decimal): -5482365 or 8607916. OLE color: 8607916.
HSL color Cylindrical-coordinate representation of color #AC5883: hue angle of 329.29º 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 #AC5883 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 131 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.33 |
| HSL | 329.29º | 0.34% | 0.51% | - |
| HSV(B) | 329.29º | 0.49% | 0.67% | - |
| XYZ | 24.6 | 17.39 | 23.53 | - |
| YUV | 118.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 131 | 0 | 0.49 | 0.24 | 0.33 | 329.29 | 0.34 | 0.51 |
| Hex | AC | 58 | 83 | 0 | 31 | 18 | 21 | 149 | 22 | 33 |
| Octal | 254 | 130 | 203 | 0 | 61 | 30 | 41 | 511 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10000011 | 0 | 110001 | 11000 | 100001 | 101001001 | 100010 | 110011 |
Color Harmonies of #AC5883
Complementary color
Monochromatic Colors of #AC5883
Black with #AC5883
Text Example
Text Example
White with #AC5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5883; }
p { color: rgb(172,88,131); }
H1.HeaderClassName
{
color: #AC5883;
}
.AnyTagClassName
{
color: #AC5883;
}
</style>
background-color css
<style>
a { background-color: #AC5883; }
a { background-color: rgb(172,88,131); }
div.DivClassName
{
background-color: #AC5883;
}
.BgClassName
{
background-color: #AC5883;
}
</style>
border-color css
<style>
span { border-color: #AC5883; }
span { border-color: rgb(172,88,131); }
td.TdClassName
{
border-color: #AC5883;
}
.TagClassName
{
border-color: #AC5883;
}
</style>