Shades of Royal Heath #AF5370
Tints of Royal Heath #AF5370
RGB
CMYK
RGB Variations
Color information
#AF5370 (or 0xAF5370) is known color: Royal Heath. HEX triplet: AF, 53 and 70. RGB value is (175,83,112). Sum of RGB (Red+Green+Blue) = 175+83+112=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5370 is #50AC8F. Grayscale: #717171. Windows color (decimal): -5287056 or 7361455. OLE color: 7361455.
HSL color Cylindrical-coordinate representation of color #AF5370: hue angle of 341.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5370 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 112 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.31 |
| HSL | 341.09º | 0.37% | 0.51% | - |
| HSV(B) | 341.09º | 0.53% | 0.69% | - |
| XYZ | 23.7 | 16.47 | 17.26 | - |
| YUV | 113.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 112 | 0 | 0.53 | 0.36 | 0.31 | 341.09 | 0.37 | 0.51 |
| Hex | AF | 53 | 70 | 0 | 35 | 24 | 1F | 155 | 25 | 33 |
| Octal | 257 | 123 | 160 | 0 | 65 | 44 | 37 | 525 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1110000 | 0 | 110101 | 100100 | 11111 | 101010101 | 100101 | 110011 |
Color Harmonies of #AF5370
Complementary color
Monochromatic Colors of #AF5370
Black with #AF5370
Text Example
Text Example
White with #AF5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5370; }
p { color: rgb(175,83,112); }
H1.HeaderClassName
{
color: #AF5370;
}
.AnyTagClassName
{
color: #AF5370;
}
</style>
background-color css
<style>
a { background-color: #AF5370; }
a { background-color: rgb(175,83,112); }
div.DivClassName
{
background-color: #AF5370;
}
.BgClassName
{
background-color: #AF5370;
}
</style>
border-color css
<style>
span { border-color: #AF5370; }
span { border-color: rgb(175,83,112); }
td.TdClassName
{
border-color: #AF5370;
}
.TagClassName
{
border-color: #AF5370;
}
</style>