Shades of Royal Heath #AF4973
Tints of Royal Heath #AF4973
RGB
CMYK
RGB Variations
Color information
#AF4973 (or 0xAF4973) is known color: Royal Heath. HEX triplet: AF, 49 and 73. RGB value is (175,73,115). Sum of RGB (Red+Green+Blue) = 175+73+115=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4973 is #50B68C. Grayscale: #6C6C6C. Windows color (decimal): -5289613 or 7555503. OLE color: 7555503.
HSL color Cylindrical-coordinate representation of color #AF4973: hue angle of 335.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4973 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 115 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.31 |
| HSL | 335.29º | 0.41% | 0.49% | - |
| HSV(B) | 335.29º | 0.58% | 0.69% | - |
| XYZ | 23.16 | 15.12 | 17.92 | - |
| YUV | 108.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 115 | 0 | 0.58 | 0.34 | 0.31 | 335.29 | 0.41 | 0.49 |
| Hex | AF | 49 | 73 | 0 | 3A | 22 | 1F | 14F | 29 | 31 |
| Octal | 257 | 111 | 163 | 0 | 72 | 42 | 37 | 517 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1110011 | 0 | 111010 | 100010 | 11111 | 101001111 | 101001 | 110001 |
Color Harmonies of #AF4973
Complementary color
Monochromatic Colors of #AF4973
Black with #AF4973
Text Example
Text Example
White with #AF4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4973; }
p { color: rgb(175,73,115); }
H1.HeaderClassName
{
color: #AF4973;
}
.AnyTagClassName
{
color: #AF4973;
}
</style>
background-color css
<style>
a { background-color: #AF4973; }
a { background-color: rgb(175,73,115); }
div.DivClassName
{
background-color: #AF4973;
}
.BgClassName
{
background-color: #AF4973;
}
</style>
border-color css
<style>
span { border-color: #AF4973; }
span { border-color: rgb(175,73,115); }
td.TdClassName
{
border-color: #AF4973;
}
.TagClassName
{
border-color: #AF4973;
}
</style>