Shades of Royal Heath #AF4D7F
Tints of Royal Heath #AF4D7F
RGB
CMYK
RGB Variations
Color information
#AF4D7F (or 0xAF4D7F) is known color: Royal Heath. HEX triplet: AF, 4D and 7F. RGB value is (175,77,127). Sum of RGB (Red+Green+Blue) = 175+77+127=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D7F is #50B280. Grayscale: #6F6F6F. Windows color (decimal): -5288577 or 8342959. OLE color: 8342959.
HSL color Cylindrical-coordinate representation of color #AF4D7F: hue angle of 329.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D7F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 127 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.31 |
| HSL | 329.39º | 0.39% | 0.49% | - |
| HSV(B) | 329.39º | 0.56% | 0.69% | - |
| XYZ | 24.16 | 15.95 | 21.88 | - |
| YUV | 112 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 127 | 0 | 0.56 | 0.27 | 0.31 | 329.39 | 0.39 | 0.49 |
| Hex | AF | 4D | 7F | 0 | 38 | 1B | 1F | 149 | 27 | 31 |
| Octal | 257 | 115 | 177 | 0 | 70 | 33 | 37 | 511 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1111111 | 0 | 111000 | 11011 | 11111 | 101001001 | 100111 | 110001 |
Color Harmonies of #AF4D7F
Complementary color
Monochromatic Colors of #AF4D7F
Black with #AF4D7F
Text Example
Text Example
White with #AF4D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D7F; }
p { color: rgb(175,77,127); }
H1.HeaderClassName
{
color: #AF4D7F;
}
.AnyTagClassName
{
color: #AF4D7F;
}
</style>
background-color css
<style>
a { background-color: #AF4D7F; }
a { background-color: rgb(175,77,127); }
div.DivClassName
{
background-color: #AF4D7F;
}
.BgClassName
{
background-color: #AF4D7F;
}
</style>
border-color css
<style>
span { border-color: #AF4D7F; }
span { border-color: rgb(175,77,127); }
td.TdClassName
{
border-color: #AF4D7F;
}
.TagClassName
{
border-color: #AF4D7F;
}
</style>