Shades of Royal Heath #AF497C
Tints of Royal Heath #AF497C
RGB
CMYK
RGB Variations
Color information
#AF497C (or 0xAF497C) is known color: Royal Heath. HEX triplet: AF, 49 and 7C. RGB value is (175,73,124). Sum of RGB (Red+Green+Blue) = 175+73+124=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF497C is #50B683. Grayscale: #6D6D6D. Windows color (decimal): -5289604 or 8145327. OLE color: 8145327.
HSL color Cylindrical-coordinate representation of color #AF497C: hue angle of 330º 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 #AF497C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 124 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.31 |
| HSL | 330º | 0.41% | 0.49% | - |
| HSV(B) | 330º | 0.58% | 0.69% | - |
| XYZ | 23.7 | 15.33 | 20.78 | - |
| YUV | 109.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 124 | 0 | 0.58 | 0.29 | 0.31 | 330 | 0.41 | 0.49 |
| Hex | AF | 49 | 7C | 0 | 3A | 1D | 1F | 14A | 29 | 31 |
| Octal | 257 | 111 | 174 | 0 | 72 | 35 | 37 | 512 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1111100 | 0 | 111010 | 11101 | 11111 | 101001010 | 101001 | 110001 |
Color Harmonies of #AF497C
Complementary color
Monochromatic Colors of #AF497C
Black with #AF497C
Text Example
Text Example
White with #AF497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF497C; }
p { color: rgb(175,73,124); }
H1.HeaderClassName
{
color: #AF497C;
}
.AnyTagClassName
{
color: #AF497C;
}
</style>
background-color css
<style>
a { background-color: #AF497C; }
a { background-color: rgb(175,73,124); }
div.DivClassName
{
background-color: #AF497C;
}
.BgClassName
{
background-color: #AF497C;
}
</style>
border-color css
<style>
span { border-color: #AF497C; }
span { border-color: rgb(175,73,124); }
td.TdClassName
{
border-color: #AF497C;
}
.TagClassName
{
border-color: #AF497C;
}
</style>