Shades of Royal Heath #AF5783
Tints of Royal Heath #AF5783
RGB
CMYK
RGB Variations
Color information
#AF5783 (or 0xAF5783) is known color: Royal Heath. HEX triplet: AF, 57 and 83. RGB value is (175,87,131). Sum of RGB (Red+Green+Blue) = 175+87+131=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5783 is #50A87C. Grayscale: #767676. Windows color (decimal): -5286013 or 8607663. OLE color: 8607663.
HSL color Cylindrical-coordinate representation of color #AF5783: hue angle of 330º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5783 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 131 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.31 |
| HSL | 330º | 0.35% | 0.51% | - |
| HSV(B) | 330º | 0.5% | 0.69% | - |
| XYZ | 25.18 | 17.57 | 23.54 | - |
| YUV | 118.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 131 | 0 | 0.50 | 0.25 | 0.31 | 330 | 0.35 | 0.51 |
| Hex | AF | 57 | 83 | 0 | 32 | 19 | 1F | 14A | 23 | 33 |
| Octal | 257 | 127 | 203 | 0 | 62 | 31 | 37 | 512 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10000011 | 0 | 110010 | 11001 | 11111 | 101001010 | 100011 | 110011 |
Color Harmonies of #AF5783
Complementary color
Monochromatic Colors of #AF5783
Black with #AF5783
Text Example
Text Example
White with #AF5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5783; }
p { color: rgb(175,87,131); }
H1.HeaderClassName
{
color: #AF5783;
}
.AnyTagClassName
{
color: #AF5783;
}
</style>
background-color css
<style>
a { background-color: #AF5783; }
a { background-color: rgb(175,87,131); }
div.DivClassName
{
background-color: #AF5783;
}
.BgClassName
{
background-color: #AF5783;
}
</style>
border-color css
<style>
span { border-color: #AF5783; }
span { border-color: rgb(175,87,131); }
td.TdClassName
{
border-color: #AF5783;
}
.TagClassName
{
border-color: #AF5783;
}
</style>