Shades of Royal Heath #AF5074
Tints of Royal Heath #AF5074
RGB
CMYK
RGB Variations
Color information
#AF5074 (or 0xAF5074) is known color: Royal Heath. HEX triplet: AF, 50 and 74. RGB value is (175,80,116). Sum of RGB (Red+Green+Blue) = 175+80+116=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5074 is #50AF8B. Grayscale: #707070. Windows color (decimal): -5287820 or 7622831. OLE color: 7622831.
HSL color Cylindrical-coordinate representation of color #AF5074: hue angle of 337.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5074 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 116 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.31 |
| HSL | 337.26º | 0.37% | 0.5% | - |
| HSV(B) | 337.26º | 0.54% | 0.69% | - |
| XYZ | 23.7 | 16.11 | 18.38 | - |
| YUV | 112.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 116 | 0 | 0.54 | 0.34 | 0.31 | 337.26 | 0.37 | 0.5 |
| Hex | AF | 50 | 74 | 0 | 36 | 22 | 1F | 151 | 25 | 32 |
| Octal | 257 | 120 | 164 | 0 | 66 | 42 | 37 | 521 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1110100 | 0 | 110110 | 100010 | 11111 | 101010001 | 100101 | 110010 |
Color Harmonies of #AF5074
Complementary color
Monochromatic Colors of #AF5074
Black with #AF5074
Text Example
Text Example
White with #AF5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5074; }
p { color: rgb(175,80,116); }
H1.HeaderClassName
{
color: #AF5074;
}
.AnyTagClassName
{
color: #AF5074;
}
</style>
background-color css
<style>
a { background-color: #AF5074; }
a { background-color: rgb(175,80,116); }
div.DivClassName
{
background-color: #AF5074;
}
.BgClassName
{
background-color: #AF5074;
}
</style>
border-color css
<style>
span { border-color: #AF5074; }
span { border-color: rgb(175,80,116); }
td.TdClassName
{
border-color: #AF5074;
}
.TagClassName
{
border-color: #AF5074;
}
</style>