Shades of Royal Heath #AF5882
Tints of Royal Heath #AF5882
RGB
CMYK
RGB Variations
Color information
#AF5882 (or 0xAF5882) is known color: Royal Heath. HEX triplet: AF, 58 and 82. RGB value is (175,88,130). Sum of RGB (Red+Green+Blue) = 175+88+130=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5882 is #50A77D. Grayscale: #767676. Windows color (decimal): -5285758 or 8542383. OLE color: 8542383.
HSL color Cylindrical-coordinate representation of color #AF5882: hue angle of 331.03º 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 #AF5882 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 130 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.31 |
| HSL | 331.03º | 0.35% | 0.52% | - |
| HSV(B) | 331.03º | 0.5% | 0.69% | - |
| XYZ | 25.2 | 17.71 | 23.21 | - |
| YUV | 118.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 130 | 0 | 0.50 | 0.26 | 0.31 | 331.03 | 0.35 | 0.52 |
| Hex | AF | 58 | 82 | 0 | 32 | 1A | 1F | 14B | 23 | 34 |
| Octal | 257 | 130 | 202 | 0 | 62 | 32 | 37 | 513 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10000010 | 0 | 110010 | 11010 | 11111 | 101001011 | 100011 | 110100 |
Color Harmonies of #AF5882
Complementary color
Monochromatic Colors of #AF5882
Black with #AF5882
Text Example
Text Example
White with #AF5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5882; }
p { color: rgb(175,88,130); }
H1.HeaderClassName
{
color: #AF5882;
}
.AnyTagClassName
{
color: #AF5882;
}
</style>
background-color css
<style>
a { background-color: #AF5882; }
a { background-color: rgb(175,88,130); }
div.DivClassName
{
background-color: #AF5882;
}
.BgClassName
{
background-color: #AF5882;
}
</style>
border-color css
<style>
span { border-color: #AF5882; }
span { border-color: rgb(175,88,130); }
td.TdClassName
{
border-color: #AF5882;
}
.TagClassName
{
border-color: #AF5882;
}
</style>