Shades of Royal Heath #AF5673
Tints of Royal Heath #AF5673
RGB
CMYK
RGB Variations
Color information
#AF5673 (or 0xAF5673) is known color: Royal Heath. HEX triplet: AF, 56 and 73. RGB value is (175,86,115). Sum of RGB (Red+Green+Blue) = 175+86+115=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5673 is #50A98C. Grayscale: #737373. Windows color (decimal): -5286285 or 7558831. OLE color: 7558831.
HSL color Cylindrical-coordinate representation of color #AF5673: hue angle of 340.45º 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 #AF5673 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 115 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.31 |
| HSL | 340.45º | 0.36% | 0.51% | - |
| HSV(B) | 340.45º | 0.51% | 0.69% | - |
| XYZ | 24.1 | 17.01 | 18.23 | - |
| YUV | 115.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 115 | 0 | 0.51 | 0.34 | 0.31 | 340.45 | 0.36 | 0.51 |
| Hex | AF | 56 | 73 | 0 | 33 | 22 | 1F | 154 | 24 | 33 |
| Octal | 257 | 126 | 163 | 0 | 63 | 42 | 37 | 524 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1110011 | 0 | 110011 | 100010 | 11111 | 101010100 | 100100 | 110011 |
Color Harmonies of #AF5673
Complementary color
Monochromatic Colors of #AF5673
Black with #AF5673
Text Example
Text Example
White with #AF5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5673; }
p { color: rgb(175,86,115); }
H1.HeaderClassName
{
color: #AF5673;
}
.AnyTagClassName
{
color: #AF5673;
}
</style>
background-color css
<style>
a { background-color: #AF5673; }
a { background-color: rgb(175,86,115); }
div.DivClassName
{
background-color: #AF5673;
}
.BgClassName
{
background-color: #AF5673;
}
</style>
border-color css
<style>
span { border-color: #AF5673; }
span { border-color: rgb(175,86,115); }
td.TdClassName
{
border-color: #AF5673;
}
.TagClassName
{
border-color: #AF5673;
}
</style>