Shades of Royal Heath #AF5B7C
Tints of Royal Heath #AF5B7C
RGB
CMYK
RGB Variations
Color information
#AF5B7C (or 0xAF5B7C) is known color: Royal Heath. HEX triplet: AF, 5B and 7C. RGB value is (175,91,124). Sum of RGB (Red+Green+Blue) = 175+91+124=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7C is #50A483. Grayscale: #777777. Windows color (decimal): -5284996 or 8149935. OLE color: 8149935.
HSL color Cylindrical-coordinate representation of color #AF5B7C: hue angle of 336.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5B7C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 124 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.31 |
| HSL | 336.43º | 0.34% | 0.52% | - |
| HSV(B) | 336.43º | 0.48% | 0.69% | - |
| XYZ | 25.06 | 18.05 | 21.23 | - |
| YUV | 119.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 124 | 0 | 0.48 | 0.29 | 0.31 | 336.43 | 0.34 | 0.52 |
| Hex | AF | 5B | 7C | 0 | 30 | 1D | 1F | 150 | 22 | 34 |
| Octal | 257 | 133 | 174 | 0 | 60 | 35 | 37 | 520 | 42 | 64 |
| Binary | 10101111 | 1011011 | 1111100 | 0 | 110000 | 11101 | 11111 | 101010000 | 100010 | 110100 |
Color Harmonies of #AF5B7C
Complementary color
Monochromatic Colors of #AF5B7C
Black with #AF5B7C
Text Example
Text Example
White with #AF5B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B7C; }
p { color: rgb(175,91,124); }
H1.HeaderClassName
{
color: #AF5B7C;
}
.AnyTagClassName
{
color: #AF5B7C;
}
</style>
background-color css
<style>
a { background-color: #AF5B7C; }
a { background-color: rgb(175,91,124); }
div.DivClassName
{
background-color: #AF5B7C;
}
.BgClassName
{
background-color: #AF5B7C;
}
</style>
border-color css
<style>
span { border-color: #AF5B7C; }
span { border-color: rgb(175,91,124); }
td.TdClassName
{
border-color: #AF5B7C;
}
.TagClassName
{
border-color: #AF5B7C;
}
</style>