Shades of Royal Heath #AF476E
Tints of Royal Heath #AF476E
RGB
CMYK
RGB Variations
Color information
#AF476E (or 0xAF476E) is known color: Royal Heath. HEX triplet: AF, 47 and 6E. RGB value is (175,71,110). Sum of RGB (Red+Green+Blue) = 175+71+110=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF476E is #50B891. Grayscale: #6A6A6A. Windows color (decimal): -5290130 or 7227311. OLE color: 7227311.
HSL color Cylindrical-coordinate representation of color #AF476E: hue angle of 337.5º 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 #AF476E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 110 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.31 |
| HSL | 337.5º | 0.42% | 0.48% | - |
| HSV(B) | 337.5º | 0.59% | 0.69% | - |
| XYZ | 22.75 | 14.75 | 16.4 | - |
| YUV | 106.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 110 | 0 | 0.59 | 0.37 | 0.31 | 337.5 | 0.42 | 0.48 |
| Hex | AF | 47 | 6E | 0 | 3B | 25 | 1F | 152 | 2A | 30 |
| Octal | 257 | 107 | 156 | 0 | 73 | 45 | 37 | 522 | 52 | 60 |
| Binary | 10101111 | 1000111 | 1101110 | 0 | 111011 | 100101 | 11111 | 101010010 | 101010 | 110000 |
Color Harmonies of #AF476E
Complementary color
Monochromatic Colors of #AF476E
Black with #AF476E
Text Example
Text Example
White with #AF476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF476E; }
p { color: rgb(175,71,110); }
H1.HeaderClassName
{
color: #AF476E;
}
.AnyTagClassName
{
color: #AF476E;
}
</style>
background-color css
<style>
a { background-color: #AF476E; }
a { background-color: rgb(175,71,110); }
div.DivClassName
{
background-color: #AF476E;
}
.BgClassName
{
background-color: #AF476E;
}
</style>
border-color css
<style>
span { border-color: #AF476E; }
span { border-color: rgb(175,71,110); }
td.TdClassName
{
border-color: #AF476E;
}
.TagClassName
{
border-color: #AF476E;
}
</style>