Shades of Royal Heath #AF4371
Tints of Royal Heath #AF4371
RGB
CMYK
RGB Variations
Color information
#AF4371 (or 0xAF4371) is known color: Royal Heath. HEX triplet: AF, 43 and 71. RGB value is (175,67,113). Sum of RGB (Red+Green+Blue) = 175+67+113=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4371 is #50BC8E. Grayscale: #686868. Windows color (decimal): -5291151 or 7422895. OLE color: 7422895.
HSL color Cylindrical-coordinate representation of color #AF4371: hue angle of 334.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4371 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 113 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.31 |
| HSL | 334.44º | 0.45% | 0.47% | - |
| HSV(B) | 334.44º | 0.62% | 0.69% | - |
| XYZ | 22.67 | 14.32 | 17.19 | - |
| YUV | 104.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 113 | 0 | 0.62 | 0.35 | 0.31 | 334.44 | 0.45 | 0.47 |
| Hex | AF | 43 | 71 | 0 | 3E | 23 | 1F | 14E | 2D | 2F |
| Octal | 257 | 103 | 161 | 0 | 76 | 43 | 37 | 516 | 55 | 57 |
| Binary | 10101111 | 1000011 | 1110001 | 0 | 111110 | 100011 | 11111 | 101001110 | 101101 | 101111 |
Color Harmonies of #AF4371
Complementary color
Monochromatic Colors of #AF4371
Black with #AF4371
Text Example
Text Example
White with #AF4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4371; }
p { color: rgb(175,67,113); }
H1.HeaderClassName
{
color: #AF4371;
}
.AnyTagClassName
{
color: #AF4371;
}
</style>
background-color css
<style>
a { background-color: #AF4371; }
a { background-color: rgb(175,67,113); }
div.DivClassName
{
background-color: #AF4371;
}
.BgClassName
{
background-color: #AF4371;
}
</style>
border-color css
<style>
span { border-color: #AF4371; }
span { border-color: rgb(175,67,113); }
td.TdClassName
{
border-color: #AF4371;
}
.TagClassName
{
border-color: #AF4371;
}
</style>