Shades of Royal Heath #AF567D
Tints of Royal Heath #AF567D
RGB
CMYK
RGB Variations
Color information
#AF567D (or 0xAF567D) is known color: Royal Heath. HEX triplet: AF, 56 and 7D. RGB value is (175,86,125). Sum of RGB (Red+Green+Blue) = 175+86+125=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF567D is #50A982. Grayscale: #747474. Windows color (decimal): -5286275 or 8214191. OLE color: 8214191.
HSL color Cylindrical-coordinate representation of color #AF567D: hue angle of 333.71º 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 #AF567D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 125 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.31 |
| HSL | 333.71º | 0.36% | 0.51% | - |
| HSV(B) | 333.71º | 0.51% | 0.69% | - |
| XYZ | 24.71 | 17.25 | 21.43 | - |
| YUV | 117.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 125 | 0 | 0.51 | 0.29 | 0.31 | 333.71 | 0.36 | 0.51 |
| Hex | AF | 56 | 7D | 0 | 33 | 1D | 1F | 14E | 24 | 33 |
| Octal | 257 | 126 | 175 | 0 | 63 | 35 | 37 | 516 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1111101 | 0 | 110011 | 11101 | 11111 | 101001110 | 100100 | 110011 |
Color Harmonies of #AF567D
Complementary color
Monochromatic Colors of #AF567D
Black with #AF567D
Text Example
Text Example
White with #AF567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF567D; }
p { color: rgb(175,86,125); }
H1.HeaderClassName
{
color: #AF567D;
}
.AnyTagClassName
{
color: #AF567D;
}
</style>
background-color css
<style>
a { background-color: #AF567D; }
a { background-color: rgb(175,86,125); }
div.DivClassName
{
background-color: #AF567D;
}
.BgClassName
{
background-color: #AF567D;
}
</style>
border-color css
<style>
span { border-color: #AF567D; }
span { border-color: rgb(175,86,125); }
td.TdClassName
{
border-color: #AF567D;
}
.TagClassName
{
border-color: #AF567D;
}
</style>