Shades of Royal Heath #AF446D
Tints of Royal Heath #AF446D
RGB
CMYK
RGB Variations
Color information
#AF446D (or 0xAF446D) is known color: Royal Heath. HEX triplet: AF, 44 and 6D. RGB value is (175,68,109). Sum of RGB (Red+Green+Blue) = 175+68+109=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446D is #50BB92. Grayscale: #686868. Windows color (decimal): -5290899 or 7161007. OLE color: 7161007.
HSL color Cylindrical-coordinate representation of color #AF446D: hue angle of 337.01º degrees, saturation: 0.44, 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 #AF446D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 109 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.31 |
| HSL | 337.01º | 0.44% | 0.48% | - |
| HSV(B) | 337.01º | 0.61% | 0.69% | - |
| XYZ | 22.51 | 14.35 | 16.05 | - |
| YUV | 104.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 109 | 0 | 0.61 | 0.38 | 0.31 | 337.01 | 0.44 | 0.48 |
| Hex | AF | 44 | 6D | 0 | 3D | 26 | 1F | 151 | 2C | 30 |
| Octal | 257 | 104 | 155 | 0 | 75 | 46 | 37 | 521 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1101101 | 0 | 111101 | 100110 | 11111 | 101010001 | 101100 | 110000 |
Color Harmonies of #AF446D
Complementary color
Monochromatic Colors of #AF446D
Black with #AF446D
Text Example
Text Example
White with #AF446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF446D; }
p { color: rgb(175,68,109); }
H1.HeaderClassName
{
color: #AF446D;
}
.AnyTagClassName
{
color: #AF446D;
}
</style>
background-color css
<style>
a { background-color: #AF446D; }
a { background-color: rgb(175,68,109); }
div.DivClassName
{
background-color: #AF446D;
}
.BgClassName
{
background-color: #AF446D;
}
</style>
border-color css
<style>
span { border-color: #AF446D; }
span { border-color: rgb(175,68,109); }
td.TdClassName
{
border-color: #AF446D;
}
.TagClassName
{
border-color: #AF446D;
}
</style>