Shades of Royal Heath #AF456D
Tints of Royal Heath #AF456D
RGB
CMYK
RGB Variations
Color information
#AF456D (or 0xAF456D) is known color: Royal Heath. HEX triplet: AF, 45 and 6D. RGB value is (175,69,109). Sum of RGB (Red+Green+Blue) = 175+69+109=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF456D is #50BA92. Grayscale: #696969. Windows color (decimal): -5290643 or 7161263. OLE color: 7161263.
HSL color Cylindrical-coordinate representation of color #AF456D: hue angle of 337.36º 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 #AF456D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 109 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.31 |
| HSL | 337.36º | 0.43% | 0.48% | - |
| HSV(B) | 337.36º | 0.61% | 0.69% | - |
| XYZ | 22.57 | 14.47 | 16.07 | - |
| YUV | 105.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 109 | 0 | 0.61 | 0.38 | 0.31 | 337.36 | 0.43 | 0.48 |
| Hex | AF | 45 | 6D | 0 | 3D | 26 | 1F | 151 | 2B | 30 |
| Octal | 257 | 105 | 155 | 0 | 75 | 46 | 37 | 521 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1101101 | 0 | 111101 | 100110 | 11111 | 101010001 | 101011 | 110000 |
Color Harmonies of #AF456D
Complementary color
Monochromatic Colors of #AF456D
Black with #AF456D
Text Example
Text Example
White with #AF456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF456D; }
p { color: rgb(175,69,109); }
H1.HeaderClassName
{
color: #AF456D;
}
.AnyTagClassName
{
color: #AF456D;
}
</style>
background-color css
<style>
a { background-color: #AF456D; }
a { background-color: rgb(175,69,109); }
div.DivClassName
{
background-color: #AF456D;
}
.BgClassName
{
background-color: #AF456D;
}
</style>
border-color css
<style>
span { border-color: #AF456D; }
span { border-color: rgb(175,69,109); }
td.TdClassName
{
border-color: #AF456D;
}
.TagClassName
{
border-color: #AF456D;
}
</style>