Shades of Royal Heath #AF597E
Tints of Royal Heath #AF597E
RGB
CMYK
RGB Variations
Color information
#AF597E (or 0xAF597E) is known color: Royal Heath. HEX triplet: AF, 59 and 7E. RGB value is (175,89,126). Sum of RGB (Red+Green+Blue) = 175+89+126=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597E is #50A681. Grayscale: #767676. Windows color (decimal): -5285506 or 8280495. OLE color: 8280495.
HSL color Cylindrical-coordinate representation of color #AF597E: hue angle of 334.19º 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 #AF597E is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 126 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.31 |
| HSL | 334.19º | 0.35% | 0.52% | - |
| HSV(B) | 334.19º | 0.49% | 0.69% | - |
| XYZ | 25.02 | 17.77 | 21.85 | - |
| YUV | 118.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 126 | 0 | 0.49 | 0.28 | 0.31 | 334.19 | 0.35 | 0.52 |
| Hex | AF | 59 | 7E | 0 | 31 | 1C | 1F | 14E | 23 | 34 |
| Octal | 257 | 131 | 176 | 0 | 61 | 34 | 37 | 516 | 43 | 64 |
| Binary | 10101111 | 1011001 | 1111110 | 0 | 110001 | 11100 | 11111 | 101001110 | 100011 | 110100 |
Color Harmonies of #AF597E
Complementary color
Monochromatic Colors of #AF597E
Black with #AF597E
Text Example
Text Example
White with #AF597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF597E; }
p { color: rgb(175,89,126); }
H1.HeaderClassName
{
color: #AF597E;
}
.AnyTagClassName
{
color: #AF597E;
}
</style>
background-color css
<style>
a { background-color: #AF597E; }
a { background-color: rgb(175,89,126); }
div.DivClassName
{
background-color: #AF597E;
}
.BgClassName
{
background-color: #AF597E;
}
</style>
border-color css
<style>
span { border-color: #AF597E; }
span { border-color: rgb(175,89,126); }
td.TdClassName
{
border-color: #AF597E;
}
.TagClassName
{
border-color: #AF597E;
}
</style>