Shades of Royal Heath #AC507B
Tints of Royal Heath #AC507B
RGB
CMYK
RGB Variations
Color information
#AC507B (or 0xAC507B) is known color: Royal Heath. HEX triplet: AC, 50 and 7B. RGB value is (172,80,123). Sum of RGB (Red+Green+Blue) = 172+80+123=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507B is #53AF84. Grayscale: #707070. Windows color (decimal): -5484421 or 8081580. OLE color: 8081580.
HSL color Cylindrical-coordinate representation of color #AC507B: hue angle of 331.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC507B is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 123 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.33 |
| HSL | 331.96º | 0.37% | 0.49% | - |
| HSV(B) | 331.96º | 0.53% | 0.67% | - |
| XYZ | 23.46 | 15.94 | 20.58 | - |
| YUV | 112.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 123 | 0 | 0.53 | 0.28 | 0.33 | 331.96 | 0.37 | 0.49 |
| Hex | AC | 50 | 7B | 0 | 35 | 1C | 21 | 14C | 25 | 31 |
| Octal | 254 | 120 | 173 | 0 | 65 | 34 | 41 | 514 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1111011 | 0 | 110101 | 11100 | 100001 | 101001100 | 100101 | 110001 |
Color Harmonies of #AC507B
Complementary color
Monochromatic Colors of #AC507B
Black with #AC507B
Text Example
Text Example
White with #AC507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC507B; }
p { color: rgb(172,80,123); }
H1.HeaderClassName
{
color: #AC507B;
}
.AnyTagClassName
{
color: #AC507B;
}
</style>
background-color css
<style>
a { background-color: #AC507B; }
a { background-color: rgb(172,80,123); }
div.DivClassName
{
background-color: #AC507B;
}
.BgClassName
{
background-color: #AC507B;
}
</style>
border-color css
<style>
span { border-color: #AC507B; }
span { border-color: rgb(172,80,123); }
td.TdClassName
{
border-color: #AC507B;
}
.TagClassName
{
border-color: #AC507B;
}
</style>