Shades of Royal Heath #AF587D
Tints of Royal Heath #AF587D
RGB
CMYK
RGB Variations
Color information
#AF587D (or 0xAF587D) is known color: Royal Heath. HEX triplet: AF, 58 and 7D. RGB value is (175,88,125). Sum of RGB (Red+Green+Blue) = 175+88+125=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587D is #50A782. Grayscale: #767676. Windows color (decimal): -5285763 or 8214703. OLE color: 8214703.
HSL color Cylindrical-coordinate representation of color #AF587D: hue angle of 334.48º 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 #AF587D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 125 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.31 |
| HSL | 334.48º | 0.35% | 0.52% | - |
| HSV(B) | 334.48º | 0.5% | 0.69% | - |
| XYZ | 24.87 | 17.57 | 21.48 | - |
| YUV | 118.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 125 | 0 | 0.50 | 0.29 | 0.31 | 334.48 | 0.35 | 0.52 |
| Hex | AF | 58 | 7D | 0 | 32 | 1D | 1F | 14E | 23 | 34 |
| Octal | 257 | 130 | 175 | 0 | 62 | 35 | 37 | 516 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1111101 | 0 | 110010 | 11101 | 11111 | 101001110 | 100011 | 110100 |
Color Harmonies of #AF587D
Complementary color
Monochromatic Colors of #AF587D
Black with #AF587D
Text Example
Text Example
White with #AF587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF587D; }
p { color: rgb(175,88,125); }
H1.HeaderClassName
{
color: #AF587D;
}
.AnyTagClassName
{
color: #AF587D;
}
</style>
background-color css
<style>
a { background-color: #AF587D; }
a { background-color: rgb(175,88,125); }
div.DivClassName
{
background-color: #AF587D;
}
.BgClassName
{
background-color: #AF587D;
}
</style>
border-color css
<style>
span { border-color: #AF587D; }
span { border-color: rgb(175,88,125); }
td.TdClassName
{
border-color: #AF587D;
}
.TagClassName
{
border-color: #AF587D;
}
</style>