Shades of Royal Heath #AF5A74
Tints of Royal Heath #AF5A74
RGB
CMYK
RGB Variations
Color information
#AF5A74 (or 0xAF5A74) is known color: Royal Heath. HEX triplet: AF, 5A and 74. RGB value is (175,90,116). Sum of RGB (Red+Green+Blue) = 175+90+116=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A74 is #50A58B. Grayscale: #767676. Windows color (decimal): -5285260 or 7625391. OLE color: 7625391.
HSL color Cylindrical-coordinate representation of color #AF5A74: hue angle of 341.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A74 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 116 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.31 |
| HSL | 341.65º | 0.35% | 0.52% | - |
| HSV(B) | 341.65º | 0.49% | 0.69% | - |
| XYZ | 24.49 | 17.69 | 18.65 | - |
| YUV | 118.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 116 | 0 | 0.49 | 0.34 | 0.31 | 341.65 | 0.35 | 0.52 |
| Hex | AF | 5A | 74 | 0 | 31 | 22 | 1F | 156 | 23 | 34 |
| Octal | 257 | 132 | 164 | 0 | 61 | 42 | 37 | 526 | 43 | 64 |
| Binary | 10101111 | 1011010 | 1110100 | 0 | 110001 | 100010 | 11111 | 101010110 | 100011 | 110100 |
Color Harmonies of #AF5A74
Complementary color
Monochromatic Colors of #AF5A74
Black with #AF5A74
Text Example
Text Example
White with #AF5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A74; }
p { color: rgb(175,90,116); }
H1.HeaderClassName
{
color: #AF5A74;
}
.AnyTagClassName
{
color: #AF5A74;
}
</style>
background-color css
<style>
a { background-color: #AF5A74; }
a { background-color: rgb(175,90,116); }
div.DivClassName
{
background-color: #AF5A74;
}
.BgClassName
{
background-color: #AF5A74;
}
</style>
border-color css
<style>
span { border-color: #AF5A74; }
span { border-color: rgb(175,90,116); }
td.TdClassName
{
border-color: #AF5A74;
}
.TagClassName
{
border-color: #AF5A74;
}
</style>