Shades of Royal Heath #AF567E
Tints of Royal Heath #AF567E
RGB
CMYK
RGB Variations
Color information
#AF567E (or 0xAF567E) is known color: Royal Heath. HEX triplet: AF, 56 and 7E. RGB value is (175,86,126). Sum of RGB (Red+Green+Blue) = 175+86+126=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF567E is #50A981. Grayscale: #757575. Windows color (decimal): -5286274 or 8279727. OLE color: 8279727.
HSL color Cylindrical-coordinate representation of color #AF567E: hue angle of 333.03º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF567E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 126 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.31 |
| HSL | 333.03º | 0.36% | 0.51% | - |
| HSV(B) | 333.03º | 0.51% | 0.69% | - |
| XYZ | 24.77 | 17.28 | 21.77 | - |
| YUV | 117.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 126 | 0 | 0.51 | 0.28 | 0.31 | 333.03 | 0.36 | 0.51 |
| Hex | AF | 56 | 7E | 0 | 33 | 1C | 1F | 14D | 24 | 33 |
| Octal | 257 | 126 | 176 | 0 | 63 | 34 | 37 | 515 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1111110 | 0 | 110011 | 11100 | 11111 | 101001101 | 100100 | 110011 |
Color Harmonies of #AF567E
Complementary color
Monochromatic Colors of #AF567E
Black with #AF567E
Text Example
Text Example
White with #AF567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF567E; }
p { color: rgb(175,86,126); }
H1.HeaderClassName
{
color: #AF567E;
}
.AnyTagClassName
{
color: #AF567E;
}
</style>
background-color css
<style>
a { background-color: #AF567E; }
a { background-color: rgb(175,86,126); }
div.DivClassName
{
background-color: #AF567E;
}
.BgClassName
{
background-color: #AF567E;
}
</style>
border-color css
<style>
span { border-color: #AF567E; }
span { border-color: rgb(175,86,126); }
td.TdClassName
{
border-color: #AF567E;
}
.TagClassName
{
border-color: #AF567E;
}
</style>