Shades of Royal Heath #AF547D
Tints of Royal Heath #AF547D
RGB
CMYK
RGB Variations
Color information
#AF547D (or 0xAF547D) is known color: Royal Heath. HEX triplet: AF, 54 and 7D. RGB value is (175,84,125). Sum of RGB (Red+Green+Blue) = 175+84+125=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547D is #50AB82. Grayscale: #737373. Windows color (decimal): -5286787 or 8213679. OLE color: 8213679.
HSL color Cylindrical-coordinate representation of color #AF547D: hue angle of 332.97º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF547D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 125 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.31 |
| HSL | 332.97º | 0.36% | 0.51% | - |
| HSV(B) | 332.97º | 0.52% | 0.69% | - |
| XYZ | 24.55 | 16.94 | 21.38 | - |
| YUV | 115.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 125 | 0 | 0.52 | 0.29 | 0.31 | 332.97 | 0.36 | 0.51 |
| Hex | AF | 54 | 7D | 0 | 34 | 1D | 1F | 14D | 24 | 33 |
| Octal | 257 | 124 | 175 | 0 | 64 | 35 | 37 | 515 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1111101 | 0 | 110100 | 11101 | 11111 | 101001101 | 100100 | 110011 |
Color Harmonies of #AF547D
Complementary color
Monochromatic Colors of #AF547D
Black with #AF547D
Text Example
Text Example
White with #AF547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF547D; }
p { color: rgb(175,84,125); }
H1.HeaderClassName
{
color: #AF547D;
}
.AnyTagClassName
{
color: #AF547D;
}
</style>
background-color css
<style>
a { background-color: #AF547D; }
a { background-color: rgb(175,84,125); }
div.DivClassName
{
background-color: #AF547D;
}
.BgClassName
{
background-color: #AF547D;
}
</style>
border-color css
<style>
span { border-color: #AF547D; }
span { border-color: rgb(175,84,125); }
td.TdClassName
{
border-color: #AF547D;
}
.TagClassName
{
border-color: #AF547D;
}
</style>