Shades of Royal Heath #AF5E7A
Tints of Royal Heath #AF5E7A
RGB
CMYK
RGB Variations
Color information
#AF5E7A (or 0xAF5E7A) is known color: Royal Heath. HEX triplet: AF, 5E and 7A. RGB value is (175,94,122). Sum of RGB (Red+Green+Blue) = 175+94+122=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7A is #50A185. Grayscale: #797979. Windows color (decimal): -5284230 or 8019631. OLE color: 8019631.
HSL color Cylindrical-coordinate representation of color #AF5E7A: hue angle of 339.26º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E7A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 122 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.31 |
| HSL | 339.26º | 0.34% | 0.53% | - |
| HSV(B) | 339.26º | 0.46% | 0.69% | - |
| XYZ | 25.19 | 18.52 | 20.66 | - |
| YUV | 121.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 122 | 0 | 0.46 | 0.30 | 0.31 | 339.26 | 0.34 | 0.53 |
| Hex | AF | 5E | 7A | 0 | 2E | 1E | 1F | 153 | 22 | 35 |
| Octal | 257 | 136 | 172 | 0 | 56 | 36 | 37 | 523 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1111010 | 0 | 101110 | 11110 | 11111 | 101010011 | 100010 | 110101 |
Color Harmonies of #AF5E7A
Complementary color
Monochromatic Colors of #AF5E7A
Black with #AF5E7A
Text Example
Text Example
White with #AF5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E7A; }
p { color: rgb(175,94,122); }
H1.HeaderClassName
{
color: #AF5E7A;
}
.AnyTagClassName
{
color: #AF5E7A;
}
</style>
background-color css
<style>
a { background-color: #AF5E7A; }
a { background-color: rgb(175,94,122); }
div.DivClassName
{
background-color: #AF5E7A;
}
.BgClassName
{
background-color: #AF5E7A;
}
</style>
border-color css
<style>
span { border-color: #AF5E7A; }
span { border-color: rgb(175,94,122); }
td.TdClassName
{
border-color: #AF5E7A;
}
.TagClassName
{
border-color: #AF5E7A;
}
</style>