Shades of Royal Heath #AF5376
Tints of Royal Heath #AF5376
RGB
CMYK
RGB Variations
Color information
#AF5376 (or 0xAF5376) is known color: Royal Heath. HEX triplet: AF, 53 and 76. RGB value is (175,83,118). Sum of RGB (Red+Green+Blue) = 175+83+118=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5376 is #50AC89. Grayscale: #727272. Windows color (decimal): -5287050 or 7754671. OLE color: 7754671.
HSL color Cylindrical-coordinate representation of color #AF5376: hue angle of 337.17º 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 #AF5376 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 118 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.31 |
| HSL | 337.17º | 0.37% | 0.51% | - |
| HSV(B) | 337.17º | 0.53% | 0.69% | - |
| XYZ | 24.04 | 16.61 | 19.08 | - |
| YUV | 114.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 118 | 0 | 0.53 | 0.33 | 0.31 | 337.17 | 0.37 | 0.51 |
| Hex | AF | 53 | 76 | 0 | 35 | 21 | 1F | 151 | 25 | 33 |
| Octal | 257 | 123 | 166 | 0 | 65 | 41 | 37 | 521 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1110110 | 0 | 110101 | 100001 | 11111 | 101010001 | 100101 | 110011 |
Color Harmonies of #AF5376
Complementary color
Monochromatic Colors of #AF5376
Black with #AF5376
Text Example
Text Example
White with #AF5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5376; }
p { color: rgb(175,83,118); }
H1.HeaderClassName
{
color: #AF5376;
}
.AnyTagClassName
{
color: #AF5376;
}
</style>
background-color css
<style>
a { background-color: #AF5376; }
a { background-color: rgb(175,83,118); }
div.DivClassName
{
background-color: #AF5376;
}
.BgClassName
{
background-color: #AF5376;
}
</style>
border-color css
<style>
span { border-color: #AF5376; }
span { border-color: rgb(175,83,118); }
td.TdClassName
{
border-color: #AF5376;
}
.TagClassName
{
border-color: #AF5376;
}
</style>