Shades of Royal Heath #AF497A
Tints of Royal Heath #AF497A
RGB
CMYK
RGB Variations
Color information
#AF497A (or 0xAF497A) is known color: Royal Heath. HEX triplet: AF, 49 and 7A. RGB value is (175,73,122). Sum of RGB (Red+Green+Blue) = 175+73+122=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF497A is #50B685. Grayscale: #6C6C6C. Windows color (decimal): -5289606 or 8014255. OLE color: 8014255.
HSL color Cylindrical-coordinate representation of color #AF497A: hue angle of 331.18º 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 #AF497A is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 122 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.31 |
| HSL | 331.18º | 0.41% | 0.49% | - |
| HSV(B) | 331.18º | 0.58% | 0.69% | - |
| XYZ | 23.57 | 15.28 | 20.12 | - |
| YUV | 109.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 122 | 0 | 0.58 | 0.30 | 0.31 | 331.18 | 0.41 | 0.49 |
| Hex | AF | 49 | 7A | 0 | 3A | 1E | 1F | 14B | 29 | 31 |
| Octal | 257 | 111 | 172 | 0 | 72 | 36 | 37 | 513 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1111010 | 0 | 111010 | 11110 | 11111 | 101001011 | 101001 | 110001 |
Color Harmonies of #AF497A
Complementary color
Monochromatic Colors of #AF497A
Black with #AF497A
Text Example
Text Example
White with #AF497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF497A; }
p { color: rgb(175,73,122); }
H1.HeaderClassName
{
color: #AF497A;
}
.AnyTagClassName
{
color: #AF497A;
}
</style>
background-color css
<style>
a { background-color: #AF497A; }
a { background-color: rgb(175,73,122); }
div.DivClassName
{
background-color: #AF497A;
}
.BgClassName
{
background-color: #AF497A;
}
</style>
border-color css
<style>
span { border-color: #AF497A; }
span { border-color: rgb(175,73,122); }
td.TdClassName
{
border-color: #AF497A;
}
.TagClassName
{
border-color: #AF497A;
}
</style>