Shades of Royal Heath #AF487F
Tints of Royal Heath #AF487F
RGB
CMYK
RGB Variations
Color information
#AF487F (or 0xAF487F) is known color: Royal Heath. HEX triplet: AF, 48 and 7F. RGB value is (175,72,127). Sum of RGB (Red+Green+Blue) = 175+72+127=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF487F is #50B780. Grayscale: #6C6C6C. Windows color (decimal): -5289857 or 8341679. OLE color: 8341679.
HSL color Cylindrical-coordinate representation of color #AF487F: hue angle of 327.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF487F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 127 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.31 |
| HSL | 327.96º | 0.42% | 0.48% | - |
| HSV(B) | 327.96º | 0.59% | 0.69% | - |
| XYZ | 23.83 | 15.28 | 21.77 | - |
| YUV | 109.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 127 | 0 | 0.59 | 0.27 | 0.31 | 327.96 | 0.42 | 0.48 |
| Hex | AF | 48 | 7F | 0 | 3B | 1B | 1F | 148 | 2A | 30 |
| Octal | 257 | 110 | 177 | 0 | 73 | 33 | 37 | 510 | 52 | 60 |
| Binary | 10101111 | 1001000 | 1111111 | 0 | 111011 | 11011 | 11111 | 101001000 | 101010 | 110000 |
Color Harmonies of #AF487F
Complementary color
Monochromatic Colors of #AF487F
Black with #AF487F
Text Example
Text Example
White with #AF487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF487F; }
p { color: rgb(175,72,127); }
H1.HeaderClassName
{
color: #AF487F;
}
.AnyTagClassName
{
color: #AF487F;
}
</style>
background-color css
<style>
a { background-color: #AF487F; }
a { background-color: rgb(175,72,127); }
div.DivClassName
{
background-color: #AF487F;
}
.BgClassName
{
background-color: #AF487F;
}
</style>
border-color css
<style>
span { border-color: #AF487F; }
span { border-color: rgb(175,72,127); }
td.TdClassName
{
border-color: #AF487F;
}
.TagClassName
{
border-color: #AF487F;
}
</style>