Shades of Royal Heath #AF577E
Tints of Royal Heath #AF577E
RGB
CMYK
RGB Variations
Color information
#AF577E (or 0xAF577E) is known color: Royal Heath. HEX triplet: AF, 57 and 7E. RGB value is (175,87,126). Sum of RGB (Red+Green+Blue) = 175+87+126=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577E is #50A881. Grayscale: #757575. Windows color (decimal): -5286018 or 8279983. OLE color: 8279983.
HSL color Cylindrical-coordinate representation of color #AF577E: hue angle of 333.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF577E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 126 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.31 |
| HSL | 333.41º | 0.35% | 0.51% | - |
| HSV(B) | 333.41º | 0.5% | 0.69% | - |
| XYZ | 24.85 | 17.44 | 21.79 | - |
| YUV | 117.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 126 | 0 | 0.50 | 0.28 | 0.31 | 333.41 | 0.35 | 0.51 |
| Hex | AF | 57 | 7E | 0 | 32 | 1C | 1F | 14D | 23 | 33 |
| Octal | 257 | 127 | 176 | 0 | 62 | 34 | 37 | 515 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1111110 | 0 | 110010 | 11100 | 11111 | 101001101 | 100011 | 110011 |
Color Harmonies of #AF577E
Complementary color
Monochromatic Colors of #AF577E
Black with #AF577E
Text Example
Text Example
White with #AF577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF577E; }
p { color: rgb(175,87,126); }
H1.HeaderClassName
{
color: #AF577E;
}
.AnyTagClassName
{
color: #AF577E;
}
</style>
background-color css
<style>
a { background-color: #AF577E; }
a { background-color: rgb(175,87,126); }
div.DivClassName
{
background-color: #AF577E;
}
.BgClassName
{
background-color: #AF577E;
}
</style>
border-color css
<style>
span { border-color: #AF577E; }
span { border-color: rgb(175,87,126); }
td.TdClassName
{
border-color: #AF577E;
}
.TagClassName
{
border-color: #AF577E;
}
</style>