Shades of Royal Heath #AF557D
Tints of Royal Heath #AF557D
RGB
CMYK
RGB Variations
Color information
#AF557D (or 0xAF557D) is known color: Royal Heath. HEX triplet: AF, 55 and 7D. RGB value is (175,85,125). Sum of RGB (Red+Green+Blue) = 175+85+125=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557D is #50AA82. Grayscale: #747474. Windows color (decimal): -5286531 or 8213935. OLE color: 8213935.
HSL color Cylindrical-coordinate representation of color #AF557D: hue angle of 333.33º 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 #AF557D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 125 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.31 |
| HSL | 333.33º | 0.36% | 0.51% | - |
| HSV(B) | 333.33º | 0.51% | 0.69% | - |
| XYZ | 24.63 | 17.09 | 21.4 | - |
| YUV | 116.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 125 | 0 | 0.51 | 0.29 | 0.31 | 333.33 | 0.36 | 0.51 |
| Hex | AF | 55 | 7D | 0 | 33 | 1D | 1F | 14D | 24 | 33 |
| Octal | 257 | 125 | 175 | 0 | 63 | 35 | 37 | 515 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1111101 | 0 | 110011 | 11101 | 11111 | 101001101 | 100100 | 110011 |
Color Harmonies of #AF557D
Complementary color
Monochromatic Colors of #AF557D
Black with #AF557D
Text Example
Text Example
White with #AF557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF557D; }
p { color: rgb(175,85,125); }
H1.HeaderClassName
{
color: #AF557D;
}
.AnyTagClassName
{
color: #AF557D;
}
</style>
background-color css
<style>
a { background-color: #AF557D; }
a { background-color: rgb(175,85,125); }
div.DivClassName
{
background-color: #AF557D;
}
.BgClassName
{
background-color: #AF557D;
}
</style>
border-color css
<style>
span { border-color: #AF557D; }
span { border-color: rgb(175,85,125); }
td.TdClassName
{
border-color: #AF557D;
}
.TagClassName
{
border-color: #AF557D;
}
</style>