Shades of Royal Heath #AF456C
Tints of Royal Heath #AF456C
RGB
CMYK
RGB Variations
Color information
#AF456C (or 0xAF456C) is known color: Royal Heath. HEX triplet: AF, 45 and 6C. RGB value is (175,69,108). Sum of RGB (Red+Green+Blue) = 175+69+108=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF456C is #50BA93. Grayscale: #696969. Windows color (decimal): -5290644 or 7095727. OLE color: 7095727.
HSL color Cylindrical-coordinate representation of color #AF456C: hue angle of 337.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF456C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 108 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.31 |
| HSL | 337.92º | 0.43% | 0.48% | - |
| HSV(B) | 337.92º | 0.61% | 0.69% | - |
| XYZ | 22.51 | 14.45 | 15.79 | - |
| YUV | 105.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 108 | 0 | 0.61 | 0.38 | 0.31 | 337.92 | 0.43 | 0.48 |
| Hex | AF | 45 | 6C | 0 | 3D | 26 | 1F | 152 | 2B | 30 |
| Octal | 257 | 105 | 154 | 0 | 75 | 46 | 37 | 522 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1101100 | 0 | 111101 | 100110 | 11111 | 101010010 | 101011 | 110000 |
Color Harmonies of #AF456C
Complementary color
Monochromatic Colors of #AF456C
Black with #AF456C
Text Example
Text Example
White with #AF456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF456C; }
p { color: rgb(175,69,108); }
H1.HeaderClassName
{
color: #AF456C;
}
.AnyTagClassName
{
color: #AF456C;
}
</style>
background-color css
<style>
a { background-color: #AF456C; }
a { background-color: rgb(175,69,108); }
div.DivClassName
{
background-color: #AF456C;
}
.BgClassName
{
background-color: #AF456C;
}
</style>
border-color css
<style>
span { border-color: #AF456C; }
span { border-color: rgb(175,69,108); }
td.TdClassName
{
border-color: #AF456C;
}
.TagClassName
{
border-color: #AF456C;
}
</style>