Shades of Royal Heath #AF5C7D
Tints of Royal Heath #AF5C7D
RGB
CMYK
RGB Variations
Color information
#AF5C7D (or 0xAF5C7D) is known color: Royal Heath. HEX triplet: AF, 5C and 7D. RGB value is (175,92,125). Sum of RGB (Red+Green+Blue) = 175+92+125=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C7D is #50A382. Grayscale: #787878. Windows color (decimal): -5284739 or 8215727. OLE color: 8215727.
HSL color Cylindrical-coordinate representation of color #AF5C7D: hue angle of 336.14º 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 #AF5C7D is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 125 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.31 |
| HSL | 336.14º | 0.34% | 0.52% | - |
| HSV(B) | 336.14º | 0.47% | 0.69% | - |
| XYZ | 25.21 | 18.25 | 21.6 | - |
| YUV | 120.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 125 | 0 | 0.47 | 0.29 | 0.31 | 336.14 | 0.34 | 0.52 |
| Hex | AF | 5C | 7D | 0 | 2F | 1D | 1F | 150 | 22 | 34 |
| Octal | 257 | 134 | 175 | 0 | 57 | 35 | 37 | 520 | 42 | 64 |
| Binary | 10101111 | 1011100 | 1111101 | 0 | 101111 | 11101 | 11111 | 101010000 | 100010 | 110100 |
Color Harmonies of #AF5C7D
Complementary color
Monochromatic Colors of #AF5C7D
Black with #AF5C7D
Text Example
Text Example
White with #AF5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C7D; }
p { color: rgb(175,92,125); }
H1.HeaderClassName
{
color: #AF5C7D;
}
.AnyTagClassName
{
color: #AF5C7D;
}
</style>
background-color css
<style>
a { background-color: #AF5C7D; }
a { background-color: rgb(175,92,125); }
div.DivClassName
{
background-color: #AF5C7D;
}
.BgClassName
{
background-color: #AF5C7D;
}
</style>
border-color css
<style>
span { border-color: #AF5C7D; }
span { border-color: rgb(175,92,125); }
td.TdClassName
{
border-color: #AF5C7D;
}
.TagClassName
{
border-color: #AF5C7D;
}
</style>