Shades of Royal Heath #AC427B
Tints of Royal Heath #AC427B
RGB
CMYK
RGB Variations
Color information
#AC427B (or 0xAC427B) is known color: Royal Heath. HEX triplet: AC, 42 and 7B. RGB value is (172,66,123). Sum of RGB (Red+Green+Blue) = 172+66+123=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC427B is #53BD84. Grayscale: #686868. Windows color (decimal): -5488005 or 8077996. OLE color: 8077996.
HSL color Cylindrical-coordinate representation of color #AC427B: hue angle of 327.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC427B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 123 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.33 |
| HSL | 327.74º | 0.45% | 0.47% | - |
| HSV(B) | 327.74º | 0.62% | 0.67% | - |
| XYZ | 22.54 | 14.1 | 20.27 | - |
| YUV | 104.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 123 | 0 | 0.62 | 0.28 | 0.33 | 327.74 | 0.45 | 0.47 |
| Hex | AC | 42 | 7B | 0 | 3E | 1C | 21 | 148 | 2D | 2F |
| Octal | 254 | 102 | 173 | 0 | 76 | 34 | 41 | 510 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1111011 | 0 | 111110 | 11100 | 100001 | 101001000 | 101101 | 101111 |
Color Harmonies of #AC427B
Complementary color
Monochromatic Colors of #AC427B
Black with #AC427B
Text Example
Text Example
White with #AC427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC427B; }
p { color: rgb(172,66,123); }
H1.HeaderClassName
{
color: #AC427B;
}
.AnyTagClassName
{
color: #AC427B;
}
</style>
background-color css
<style>
a { background-color: #AC427B; }
a { background-color: rgb(172,66,123); }
div.DivClassName
{
background-color: #AC427B;
}
.BgClassName
{
background-color: #AC427B;
}
</style>
border-color css
<style>
span { border-color: #AC427B; }
span { border-color: rgb(172,66,123); }
td.TdClassName
{
border-color: #AC427B;
}
.TagClassName
{
border-color: #AC427B;
}
</style>