Shades of Royal Heath #AF597F
Tints of Royal Heath #AF597F
RGB
CMYK
RGB Variations
Color information
#AF597F (or 0xAF597F) is known color: Royal Heath. HEX triplet: AF, 59 and 7F. RGB value is (175,89,127). Sum of RGB (Red+Green+Blue) = 175+89+127=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597F is #50A680. Grayscale: #767676. Windows color (decimal): -5285505 or 8346031. OLE color: 8346031.
HSL color Cylindrical-coordinate representation of color #AF597F: hue angle of 333.49º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF597F is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 127 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.31 |
| HSL | 333.49º | 0.35% | 0.52% | - |
| HSV(B) | 333.49º | 0.49% | 0.69% | - |
| XYZ | 25.08 | 17.79 | 22.19 | - |
| YUV | 119.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 127 | 0 | 0.49 | 0.27 | 0.31 | 333.49 | 0.35 | 0.52 |
| Hex | AF | 59 | 7F | 0 | 31 | 1B | 1F | 14D | 23 | 34 |
| Octal | 257 | 131 | 177 | 0 | 61 | 33 | 37 | 515 | 43 | 64 |
| Binary | 10101111 | 1011001 | 1111111 | 0 | 110001 | 11011 | 11111 | 101001101 | 100011 | 110100 |
Color Harmonies of #AF597F
Complementary color
Monochromatic Colors of #AF597F
Black with #AF597F
Text Example
Text Example
White with #AF597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF597F; }
p { color: rgb(175,89,127); }
H1.HeaderClassName
{
color: #AF597F;
}
.AnyTagClassName
{
color: #AF597F;
}
</style>
background-color css
<style>
a { background-color: #AF597F; }
a { background-color: rgb(175,89,127); }
div.DivClassName
{
background-color: #AF597F;
}
.BgClassName
{
background-color: #AF597F;
}
</style>
border-color css
<style>
span { border-color: #AF597F; }
span { border-color: rgb(175,89,127); }
td.TdClassName
{
border-color: #AF597F;
}
.TagClassName
{
border-color: #AF597F;
}
</style>