Shades of Royal Heath #AF5982
Tints of Royal Heath #AF5982
RGB
CMYK
RGB Variations
Color information
#AF5982 (or 0xAF5982) is known color: Royal Heath. HEX triplet: AF, 59 and 82. RGB value is (175,89,130). Sum of RGB (Red+Green+Blue) = 175+89+130=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5982 is #50A67D. Grayscale: #777777. Windows color (decimal): -5285502 or 8542639. OLE color: 8542639.
HSL color Cylindrical-coordinate representation of color #AF5982: hue angle of 331.4º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5982 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 130 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.31 |
| HSL | 331.4º | 0.35% | 0.52% | - |
| HSV(B) | 331.4º | 0.49% | 0.69% | - |
| XYZ | 25.28 | 17.87 | 23.24 | - |
| YUV | 119.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 130 | 0 | 0.49 | 0.26 | 0.31 | 331.4 | 0.35 | 0.52 |
| Hex | AF | 59 | 82 | 0 | 31 | 1A | 1F | 14B | 23 | 34 |
| Octal | 257 | 131 | 202 | 0 | 61 | 32 | 37 | 513 | 43 | 64 |
| Binary | 10101111 | 1011001 | 10000010 | 0 | 110001 | 11010 | 11111 | 101001011 | 100011 | 110100 |
Color Harmonies of #AF5982
Complementary color
Monochromatic Colors of #AF5982
Black with #AF5982
Text Example
Text Example
White with #AF5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5982; }
p { color: rgb(175,89,130); }
H1.HeaderClassName
{
color: #AF5982;
}
.AnyTagClassName
{
color: #AF5982;
}
</style>
background-color css
<style>
a { background-color: #AF5982; }
a { background-color: rgb(175,89,130); }
div.DivClassName
{
background-color: #AF5982;
}
.BgClassName
{
background-color: #AF5982;
}
</style>
border-color css
<style>
span { border-color: #AF5982; }
span { border-color: rgb(175,89,130); }
td.TdClassName
{
border-color: #AF5982;
}
.TagClassName
{
border-color: #AF5982;
}
</style>