Shades of Royal Heath #AF477E
Tints of Royal Heath #AF477E
RGB
CMYK
RGB Variations
Color information
#AF477E (or 0xAF477E) is known color: Royal Heath. HEX triplet: AF, 47 and 7E. RGB value is (175,71,126). Sum of RGB (Red+Green+Blue) = 175+71+126=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF477E is #50B881. Grayscale: #6C6C6C. Windows color (decimal): -5290114 or 8275887. OLE color: 8275887.
HSL color Cylindrical-coordinate representation of color #AF477E: hue angle of 328.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF477E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 126 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.31 |
| HSL | 328.27º | 0.42% | 0.48% | - |
| HSV(B) | 328.27º | 0.59% | 0.69% | - |
| XYZ | 23.7 | 15.13 | 21.41 | - |
| YUV | 108.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 126 | 0 | 0.59 | 0.28 | 0.31 | 328.27 | 0.42 | 0.48 |
| Hex | AF | 47 | 7E | 0 | 3B | 1C | 1F | 148 | 2A | 30 |
| Octal | 257 | 107 | 176 | 0 | 73 | 34 | 37 | 510 | 52 | 60 |
| Binary | 10101111 | 1000111 | 1111110 | 0 | 111011 | 11100 | 11111 | 101001000 | 101010 | 110000 |
Color Harmonies of #AF477E
Complementary color
Monochromatic Colors of #AF477E
Black with #AF477E
Text Example
Text Example
White with #AF477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF477E; }
p { color: rgb(175,71,126); }
H1.HeaderClassName
{
color: #AF477E;
}
.AnyTagClassName
{
color: #AF477E;
}
</style>
background-color css
<style>
a { background-color: #AF477E; }
a { background-color: rgb(175,71,126); }
div.DivClassName
{
background-color: #AF477E;
}
.BgClassName
{
background-color: #AF477E;
}
</style>
border-color css
<style>
span { border-color: #AF477E; }
span { border-color: rgb(175,71,126); }
td.TdClassName
{
border-color: #AF477E;
}
.TagClassName
{
border-color: #AF477E;
}
</style>