Shades of Royal Heath #AF5B80
Tints of Royal Heath #AF5B80
RGB
CMYK
RGB Variations
Color information
#AF5B80 (or 0xAF5B80) is known color: Royal Heath. HEX triplet: AF, 5B and 80. RGB value is (175,91,128). Sum of RGB (Red+Green+Blue) = 175+91+128=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B80 is #50A47F. Grayscale: #787878. Windows color (decimal): -5284992 or 8412079. OLE color: 8412079.
HSL color Cylindrical-coordinate representation of color #AF5B80: hue angle of 333.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5B80 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 128 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.31 |
| HSL | 333.57º | 0.34% | 0.52% | - |
| HSV(B) | 333.57º | 0.48% | 0.69% | - |
| XYZ | 25.32 | 18.15 | 22.59 | - |
| YUV | 120.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 128 | 0 | 0.48 | 0.27 | 0.31 | 333.57 | 0.34 | 0.52 |
| Hex | AF | 5B | 80 | 0 | 30 | 1B | 1F | 14E | 22 | 34 |
| Octal | 257 | 133 | 200 | 0 | 60 | 33 | 37 | 516 | 42 | 64 |
| Binary | 10101111 | 1011011 | 10000000 | 0 | 110000 | 11011 | 11111 | 101001110 | 100010 | 110100 |
Color Harmonies of #AF5B80
Complementary color
Monochromatic Colors of #AF5B80
Black with #AF5B80
Text Example
Text Example
White with #AF5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B80; }
p { color: rgb(175,91,128); }
H1.HeaderClassName
{
color: #AF5B80;
}
.AnyTagClassName
{
color: #AF5B80;
}
</style>
background-color css
<style>
a { background-color: #AF5B80; }
a { background-color: rgb(175,91,128); }
div.DivClassName
{
background-color: #AF5B80;
}
.BgClassName
{
background-color: #AF5B80;
}
</style>
border-color css
<style>
span { border-color: #AF5B80; }
span { border-color: rgb(175,91,128); }
td.TdClassName
{
border-color: #AF5B80;
}
.TagClassName
{
border-color: #AF5B80;
}
</style>