Shades of Royal Heath #AC4F7B
Tints of Royal Heath #AC4F7B
RGB
CMYK
RGB Variations
Color information
#AC4F7B (or 0xAC4F7B) is known color: Royal Heath. HEX triplet: AC, 4F and 7B. RGB value is (172,79,123). Sum of RGB (Red+Green+Blue) = 172+79+123=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F7B is #53B084. Grayscale: #6F6F6F. Windows color (decimal): -5484677 or 8081324. OLE color: 8081324.
HSL color Cylindrical-coordinate representation of color #AC4F7B: hue angle of 331.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F7B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 123 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.33 |
| HSL | 331.61º | 0.37% | 0.49% | - |
| HSV(B) | 331.61º | 0.54% | 0.67% | - |
| XYZ | 23.38 | 15.79 | 20.55 | - |
| YUV | 111.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 123 | 0 | 0.54 | 0.28 | 0.33 | 331.61 | 0.37 | 0.49 |
| Hex | AC | 4F | 7B | 0 | 36 | 1C | 21 | 14C | 25 | 31 |
| Octal | 254 | 117 | 173 | 0 | 66 | 34 | 41 | 514 | 45 | 61 |
| Binary | 10101100 | 1001111 | 1111011 | 0 | 110110 | 11100 | 100001 | 101001100 | 100101 | 110001 |
Color Harmonies of #AC4F7B
Complementary color
Monochromatic Colors of #AC4F7B
Black with #AC4F7B
Text Example
Text Example
White with #AC4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F7B; }
p { color: rgb(172,79,123); }
H1.HeaderClassName
{
color: #AC4F7B;
}
.AnyTagClassName
{
color: #AC4F7B;
}
</style>
background-color css
<style>
a { background-color: #AC4F7B; }
a { background-color: rgb(172,79,123); }
div.DivClassName
{
background-color: #AC4F7B;
}
.BgClassName
{
background-color: #AC4F7B;
}
</style>
border-color css
<style>
span { border-color: #AC4F7B; }
span { border-color: rgb(172,79,123); }
td.TdClassName
{
border-color: #AC4F7B;
}
.TagClassName
{
border-color: #AC4F7B;
}
</style>