Shades of Royal Heath #AF537E
Tints of Royal Heath #AF537E
RGB
CMYK
RGB Variations
Color information
#AF537E (or 0xAF537E) is known color: Royal Heath. HEX triplet: AF, 53 and 7E. RGB value is (175,83,126). Sum of RGB (Red+Green+Blue) = 175+83+126=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537E is #50AC81. Grayscale: #737373. Windows color (decimal): -5287042 or 8278959. OLE color: 8278959.
HSL color Cylindrical-coordinate representation of color #AF537E: hue angle of 331.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF537E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 126 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.31 |
| HSL | 331.96º | 0.37% | 0.51% | - |
| HSV(B) | 331.96º | 0.53% | 0.69% | - |
| XYZ | 24.54 | 16.81 | 21.69 | - |
| YUV | 115.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 126 | 0 | 0.53 | 0.28 | 0.31 | 331.96 | 0.37 | 0.51 |
| Hex | AF | 53 | 7E | 0 | 35 | 1C | 1F | 14C | 25 | 33 |
| Octal | 257 | 123 | 176 | 0 | 65 | 34 | 37 | 514 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1111110 | 0 | 110101 | 11100 | 11111 | 101001100 | 100101 | 110011 |
Color Harmonies of #AF537E
Complementary color
Monochromatic Colors of #AF537E
Black with #AF537E
Text Example
Text Example
White with #AF537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF537E; }
p { color: rgb(175,83,126); }
H1.HeaderClassName
{
color: #AF537E;
}
.AnyTagClassName
{
color: #AF537E;
}
</style>
background-color css
<style>
a { background-color: #AF537E; }
a { background-color: rgb(175,83,126); }
div.DivClassName
{
background-color: #AF537E;
}
.BgClassName
{
background-color: #AF537E;
}
</style>
border-color css
<style>
span { border-color: #AF537E; }
span { border-color: rgb(175,83,126); }
td.TdClassName
{
border-color: #AF537E;
}
.TagClassName
{
border-color: #AF537E;
}
</style>