Shades of Royal Heath #AF487E
Tints of Royal Heath #AF487E
RGB
CMYK
RGB Variations
Color information
#AF487E (or 0xAF487E) is known color: Royal Heath. HEX triplet: AF, 48 and 7E. RGB value is (175,72,126). Sum of RGB (Red+Green+Blue) = 175+72+126=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF487E is #50B781. Grayscale: #6C6C6C. Windows color (decimal): -5289858 or 8276143. OLE color: 8276143.
HSL color Cylindrical-coordinate representation of color #AF487E: hue angle of 328.54º 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 #AF487E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 126 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.31 |
| HSL | 328.54º | 0.42% | 0.48% | - |
| HSV(B) | 328.54º | 0.59% | 0.69% | - |
| XYZ | 23.76 | 15.26 | 21.43 | - |
| YUV | 108.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 126 | 0 | 0.59 | 0.28 | 0.31 | 328.54 | 0.42 | 0.48 |
| Hex | AF | 48 | 7E | 0 | 3B | 1C | 1F | 149 | 2A | 30 |
| Octal | 257 | 110 | 176 | 0 | 73 | 34 | 37 | 511 | 52 | 60 |
| Binary | 10101111 | 1001000 | 1111110 | 0 | 111011 | 11100 | 11111 | 101001001 | 101010 | 110000 |
Color Harmonies of #AF487E
Complementary color
Monochromatic Colors of #AF487E
Black with #AF487E
Text Example
Text Example
White with #AF487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF487E; }
p { color: rgb(175,72,126); }
H1.HeaderClassName
{
color: #AF487E;
}
.AnyTagClassName
{
color: #AF487E;
}
</style>
background-color css
<style>
a { background-color: #AF487E; }
a { background-color: rgb(175,72,126); }
div.DivClassName
{
background-color: #AF487E;
}
.BgClassName
{
background-color: #AF487E;
}
</style>
border-color css
<style>
span { border-color: #AF487E; }
span { border-color: rgb(175,72,126); }
td.TdClassName
{
border-color: #AF487E;
}
.TagClassName
{
border-color: #AF487E;
}
</style>