Shades of Royal Heath #AF5C7A
Tints of Royal Heath #AF5C7A
RGB
CMYK
RGB Variations
Color information
#AF5C7A (or 0xAF5C7A) is known color: Royal Heath. HEX triplet: AF, 5C and 7A. RGB value is (175,92,122). Sum of RGB (Red+Green+Blue) = 175+92+122=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C7A is #50A385. Grayscale: #787878. Windows color (decimal): -5284742 or 8019119. OLE color: 8019119.
HSL color Cylindrical-coordinate representation of color #AF5C7A: hue angle of 338.31º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C7A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 122 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.31 |
| HSL | 338.31º | 0.34% | 0.52% | - |
| HSV(B) | 338.31º | 0.47% | 0.69% | - |
| XYZ | 25.02 | 18.17 | 20.6 | - |
| YUV | 120.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 122 | 0 | 0.47 | 0.30 | 0.31 | 338.31 | 0.34 | 0.52 |
| Hex | AF | 5C | 7A | 0 | 2F | 1E | 1F | 152 | 22 | 34 |
| Octal | 257 | 134 | 172 | 0 | 57 | 36 | 37 | 522 | 42 | 64 |
| Binary | 10101111 | 1011100 | 1111010 | 0 | 101111 | 11110 | 11111 | 101010010 | 100010 | 110100 |
Color Harmonies of #AF5C7A
Complementary color
Monochromatic Colors of #AF5C7A
Black with #AF5C7A
Text Example
Text Example
White with #AF5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C7A; }
p { color: rgb(175,92,122); }
H1.HeaderClassName
{
color: #AF5C7A;
}
.AnyTagClassName
{
color: #AF5C7A;
}
</style>
background-color css
<style>
a { background-color: #AF5C7A; }
a { background-color: rgb(175,92,122); }
div.DivClassName
{
background-color: #AF5C7A;
}
.BgClassName
{
background-color: #AF5C7A;
}
</style>
border-color css
<style>
span { border-color: #AF5C7A; }
span { border-color: rgb(175,92,122); }
td.TdClassName
{
border-color: #AF5C7A;
}
.TagClassName
{
border-color: #AF5C7A;
}
</style>