Shades of Royal Heath #AF5875
Tints of Royal Heath #AF5875
RGB
CMYK
RGB Variations
Color information
#AF5875 (or 0xAF5875) is known color: Royal Heath. HEX triplet: AF, 58 and 75. RGB value is (175,88,117). Sum of RGB (Red+Green+Blue) = 175+88+117=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5875 is #50A78A. Grayscale: #757575. Windows color (decimal): -5285771 or 7690415. OLE color: 7690415.
HSL color Cylindrical-coordinate representation of color #AF5875: hue angle of 340º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5875 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 117 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.31 |
| HSL | 340º | 0.35% | 0.52% | - |
| HSV(B) | 340º | 0.5% | 0.69% | - |
| XYZ | 24.38 | 17.38 | 18.9 | - |
| YUV | 117.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 117 | 0 | 0.50 | 0.33 | 0.31 | 340 | 0.35 | 0.52 |
| Hex | AF | 58 | 75 | 0 | 32 | 21 | 1F | 154 | 23 | 34 |
| Octal | 257 | 130 | 165 | 0 | 62 | 41 | 37 | 524 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1110101 | 0 | 110010 | 100001 | 11111 | 101010100 | 100011 | 110100 |
Color Harmonies of #AF5875
Complementary color
Monochromatic Colors of #AF5875
Black with #AF5875
Text Example
Text Example
White with #AF5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5875; }
p { color: rgb(175,88,117); }
H1.HeaderClassName
{
color: #AF5875;
}
.AnyTagClassName
{
color: #AF5875;
}
</style>
background-color css
<style>
a { background-color: #AF5875; }
a { background-color: rgb(175,88,117); }
div.DivClassName
{
background-color: #AF5875;
}
.BgClassName
{
background-color: #AF5875;
}
</style>
border-color css
<style>
span { border-color: #AF5875; }
span { border-color: rgb(175,88,117); }
td.TdClassName
{
border-color: #AF5875;
}
.TagClassName
{
border-color: #AF5875;
}
</style>