Shades of Royal Heath #AC4681
Tints of Royal Heath #AC4681
RGB
CMYK
RGB Variations
Color information
#AC4681 (or 0xAC4681) is known color: Royal Heath. HEX triplet: AC, 46 and 81. RGB value is (172,70,129). Sum of RGB (Red+Green+Blue) = 172+70+129=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4681 is #53B97E. Grayscale: #6B6B6B. Windows color (decimal): -5486975 or 8472236. OLE color: 8472236.
HSL color Cylindrical-coordinate representation of color #AC4681: hue angle of 325.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4681 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 129 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.33 |
| HSL | 325.29º | 0.42% | 0.47% | - |
| HSV(B) | 325.29º | 0.59% | 0.67% | - |
| XYZ | 23.17 | 14.74 | 22.39 | - |
| YUV | 107.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 129 | 0 | 0.59 | 0.25 | 0.33 | 325.29 | 0.42 | 0.47 |
| Hex | AC | 46 | 81 | 0 | 3B | 19 | 21 | 145 | 2A | 2F |
| Octal | 254 | 106 | 201 | 0 | 73 | 31 | 41 | 505 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10000001 | 0 | 111011 | 11001 | 100001 | 101000101 | 101010 | 101111 |
Color Harmonies of #AC4681
Complementary color
Monochromatic Colors of #AC4681
Black with #AC4681
Text Example
Text Example
White with #AC4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4681; }
p { color: rgb(172,70,129); }
H1.HeaderClassName
{
color: #AC4681;
}
.AnyTagClassName
{
color: #AC4681;
}
</style>
background-color css
<style>
a { background-color: #AC4681; }
a { background-color: rgb(172,70,129); }
div.DivClassName
{
background-color: #AC4681;
}
.BgClassName
{
background-color: #AC4681;
}
</style>
border-color css
<style>
span { border-color: #AC4681; }
span { border-color: rgb(172,70,129); }
td.TdClassName
{
border-color: #AC4681;
}
.TagClassName
{
border-color: #AC4681;
}
</style>