Shades of Royal Heath #AF587C
Tints of Royal Heath #AF587C
RGB
CMYK
RGB Variations
Color information
#AF587C (or 0xAF587C) is known color: Royal Heath. HEX triplet: AF, 58 and 7C. RGB value is (175,88,124). Sum of RGB (Red+Green+Blue) = 175+88+124=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587C is #50A783. Grayscale: #767676. Windows color (decimal): -5285764 or 8149167. OLE color: 8149167.
HSL color Cylindrical-coordinate representation of color #AF587C: hue angle of 335.17º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF587C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 124 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.31 |
| HSL | 335.17º | 0.35% | 0.52% | - |
| HSV(B) | 335.17º | 0.5% | 0.69% | - |
| XYZ | 24.81 | 17.55 | 21.15 | - |
| YUV | 118.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 124 | 0 | 0.50 | 0.29 | 0.31 | 335.17 | 0.35 | 0.52 |
| Hex | AF | 58 | 7C | 0 | 32 | 1D | 1F | 14F | 23 | 34 |
| Octal | 257 | 130 | 174 | 0 | 62 | 35 | 37 | 517 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1111100 | 0 | 110010 | 11101 | 11111 | 101001111 | 100011 | 110100 |
Color Harmonies of #AF587C
Complementary color
Monochromatic Colors of #AF587C
Black with #AF587C
Text Example
Text Example
White with #AF587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF587C; }
p { color: rgb(175,88,124); }
H1.HeaderClassName
{
color: #AF587C;
}
.AnyTagClassName
{
color: #AF587C;
}
</style>
background-color css
<style>
a { background-color: #AF587C; }
a { background-color: rgb(175,88,124); }
div.DivClassName
{
background-color: #AF587C;
}
.BgClassName
{
background-color: #AF587C;
}
</style>
border-color css
<style>
span { border-color: #AF587C; }
span { border-color: rgb(175,88,124); }
td.TdClassName
{
border-color: #AF587C;
}
.TagClassName
{
border-color: #AF587C;
}
</style>