Shades of Royal Heath #AF4A71
Tints of Royal Heath #AF4A71
RGB
CMYK
RGB Variations
Color information
#AF4A71 (or 0xAF4A71) is known color: Royal Heath. HEX triplet: AF, 4A and 71. RGB value is (175,74,113). Sum of RGB (Red+Green+Blue) = 175+74+113=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A71 is #50B58E. Grayscale: #6C6C6C. Windows color (decimal): -5289359 or 7424687. OLE color: 7424687.
HSL color Cylindrical-coordinate representation of color #AF4A71: hue angle of 336.83º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A71 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 113 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.31 |
| HSL | 336.83º | 0.41% | 0.49% | - |
| HSV(B) | 336.83º | 0.58% | 0.69% | - |
| XYZ | 23.11 | 15.2 | 17.34 | - |
| YUV | 108.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 113 | 0 | 0.58 | 0.35 | 0.31 | 336.83 | 0.41 | 0.49 |
| Hex | AF | 4A | 71 | 0 | 3A | 23 | 1F | 151 | 29 | 31 |
| Octal | 257 | 112 | 161 | 0 | 72 | 43 | 37 | 521 | 51 | 61 |
| Binary | 10101111 | 1001010 | 1110001 | 0 | 111010 | 100011 | 11111 | 101010001 | 101001 | 110001 |
Color Harmonies of #AF4A71
Complementary color
Monochromatic Colors of #AF4A71
Black with #AF4A71
Text Example
Text Example
White with #AF4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A71; }
p { color: rgb(175,74,113); }
H1.HeaderClassName
{
color: #AF4A71;
}
.AnyTagClassName
{
color: #AF4A71;
}
</style>
background-color css
<style>
a { background-color: #AF4A71; }
a { background-color: rgb(175,74,113); }
div.DivClassName
{
background-color: #AF4A71;
}
.BgClassName
{
background-color: #AF4A71;
}
</style>
border-color css
<style>
span { border-color: #AF4A71; }
span { border-color: rgb(175,74,113); }
td.TdClassName
{
border-color: #AF4A71;
}
.TagClassName
{
border-color: #AF4A71;
}
</style>