Shades of Royal Heath #AF537A
Tints of Royal Heath #AF537A
RGB
CMYK
RGB Variations
Color information
#AF537A (or 0xAF537A) is known color: Royal Heath. HEX triplet: AF, 53 and 7A. RGB value is (175,83,122). Sum of RGB (Red+Green+Blue) = 175+83+122=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537A is #50AC85. Grayscale: #727272. Windows color (decimal): -5287046 or 8016815. OLE color: 8016815.
HSL color Cylindrical-coordinate representation of color #AF537A: hue angle of 334.57º 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 #AF537A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 122 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.31 |
| HSL | 334.57º | 0.37% | 0.51% | - |
| HSV(B) | 334.57º | 0.53% | 0.69% | - |
| XYZ | 24.29 | 16.71 | 20.36 | - |
| YUV | 114.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 122 | 0 | 0.53 | 0.30 | 0.31 | 334.57 | 0.37 | 0.51 |
| Hex | AF | 53 | 7A | 0 | 35 | 1E | 1F | 14F | 25 | 33 |
| Octal | 257 | 123 | 172 | 0 | 65 | 36 | 37 | 517 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1111010 | 0 | 110101 | 11110 | 11111 | 101001111 | 100101 | 110011 |
Color Harmonies of #AF537A
Complementary color
Monochromatic Colors of #AF537A
Black with #AF537A
Text Example
Text Example
White with #AF537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF537A; }
p { color: rgb(175,83,122); }
H1.HeaderClassName
{
color: #AF537A;
}
.AnyTagClassName
{
color: #AF537A;
}
</style>
background-color css
<style>
a { background-color: #AF537A; }
a { background-color: rgb(175,83,122); }
div.DivClassName
{
background-color: #AF537A;
}
.BgClassName
{
background-color: #AF537A;
}
</style>
border-color css
<style>
span { border-color: #AF537A; }
span { border-color: rgb(175,83,122); }
td.TdClassName
{
border-color: #AF537A;
}
.TagClassName
{
border-color: #AF537A;
}
</style>