Shades of Royal Heath #AF5C7B
Tints of Royal Heath #AF5C7B
RGB
CMYK
RGB Variations
Color information
#AF5C7B (or 0xAF5C7B) is known color: Royal Heath. HEX triplet: AF, 5C and 7B. RGB value is (175,92,123). Sum of RGB (Red+Green+Blue) = 175+92+123=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C7B is #50A384. Grayscale: #787878. Windows color (decimal): -5284741 or 8084655. OLE color: 8084655.
HSL color Cylindrical-coordinate representation of color #AF5C7B: hue angle of 337.59º 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 #AF5C7B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 123 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.31 |
| HSL | 337.59º | 0.34% | 0.52% | - |
| HSV(B) | 337.59º | 0.47% | 0.69% | - |
| XYZ | 25.08 | 18.2 | 20.93 | - |
| YUV | 120.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 123 | 0 | 0.47 | 0.30 | 0.31 | 337.59 | 0.34 | 0.52 |
| Hex | AF | 5C | 7B | 0 | 2F | 1E | 1F | 152 | 22 | 34 |
| Octal | 257 | 134 | 173 | 0 | 57 | 36 | 37 | 522 | 42 | 64 |
| Binary | 10101111 | 1011100 | 1111011 | 0 | 101111 | 11110 | 11111 | 101010010 | 100010 | 110100 |
Color Harmonies of #AF5C7B
Complementary color
Monochromatic Colors of #AF5C7B
Black with #AF5C7B
Text Example
Text Example
White with #AF5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C7B; }
p { color: rgb(175,92,123); }
H1.HeaderClassName
{
color: #AF5C7B;
}
.AnyTagClassName
{
color: #AF5C7B;
}
</style>
background-color css
<style>
a { background-color: #AF5C7B; }
a { background-color: rgb(175,92,123); }
div.DivClassName
{
background-color: #AF5C7B;
}
.BgClassName
{
background-color: #AF5C7B;
}
</style>
border-color css
<style>
span { border-color: #AF5C7B; }
span { border-color: rgb(175,92,123); }
td.TdClassName
{
border-color: #AF5C7B;
}
.TagClassName
{
border-color: #AF5C7B;
}
</style>