Shades of Royal Heath #AF5685
Tints of Royal Heath #AF5685
RGB
CMYK
RGB Variations
Color information
#AF5685 (or 0xAF5685) is known color: Royal Heath. HEX triplet: AF, 56 and 85. RGB value is (175,86,133). Sum of RGB (Red+Green+Blue) = 175+86+133=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5685 is #50A97A. Grayscale: #757575. Windows color (decimal): -5286267 or 8738479. OLE color: 8738479.
HSL color Cylindrical-coordinate representation of color #AF5685: hue angle of 328.31º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5685 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 133 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.31 |
| HSL | 328.31º | 0.36% | 0.51% | - |
| HSV(B) | 328.31º | 0.51% | 0.69% | - |
| XYZ | 25.24 | 17.46 | 24.23 | - |
| YUV | 117.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 133 | 0 | 0.51 | 0.24 | 0.31 | 328.31 | 0.36 | 0.51 |
| Hex | AF | 56 | 85 | 0 | 33 | 18 | 1F | 148 | 24 | 33 |
| Octal | 257 | 126 | 205 | 0 | 63 | 30 | 37 | 510 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10000101 | 0 | 110011 | 11000 | 11111 | 101001000 | 100100 | 110011 |
Color Harmonies of #AF5685
Complementary color
Monochromatic Colors of #AF5685
Black with #AF5685
Text Example
Text Example
White with #AF5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5685; }
p { color: rgb(175,86,133); }
H1.HeaderClassName
{
color: #AF5685;
}
.AnyTagClassName
{
color: #AF5685;
}
</style>
background-color css
<style>
a { background-color: #AF5685; }
a { background-color: rgb(175,86,133); }
div.DivClassName
{
background-color: #AF5685;
}
.BgClassName
{
background-color: #AF5685;
}
</style>
border-color css
<style>
span { border-color: #AF5685; }
span { border-color: rgb(175,86,133); }
td.TdClassName
{
border-color: #AF5685;
}
.TagClassName
{
border-color: #AF5685;
}
</style>