Shades of Royal Heath #AF406F
Tints of Royal Heath #AF406F
RGB
CMYK
RGB Variations
Color information
#AF406F (or 0xAF406F) is known color: Royal Heath. HEX triplet: AF, 40 and 6F. RGB value is (175,64,111). Sum of RGB (Red+Green+Blue) = 175+64+111=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406F is #50BF90. Grayscale: #666666. Windows color (decimal): -5291921 or 7291055. OLE color: 7291055.
HSL color Cylindrical-coordinate representation of color #AF406F: hue angle of 334.59º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF406F is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 111 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.31 |
| HSL | 334.59º | 0.46% | 0.47% | - |
| HSV(B) | 334.59º | 0.63% | 0.69% | - |
| XYZ | 22.38 | 13.93 | 16.55 | - |
| YUV | 102.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 111 | 0 | 0.63 | 0.37 | 0.31 | 334.59 | 0.46 | 0.47 |
| Hex | AF | 40 | 6F | 0 | 3F | 25 | 1F | 14F | 2E | 2F |
| Octal | 257 | 100 | 157 | 0 | 77 | 45 | 37 | 517 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1101111 | 0 | 111111 | 100101 | 11111 | 101001111 | 101110 | 101111 |
Color Harmonies of #AF406F
Complementary color
Monochromatic Colors of #AF406F
Black with #AF406F
Text Example
Text Example
White with #AF406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF406F; }
p { color: rgb(175,64,111); }
H1.HeaderClassName
{
color: #AF406F;
}
.AnyTagClassName
{
color: #AF406F;
}
</style>
background-color css
<style>
a { background-color: #AF406F; }
a { background-color: rgb(175,64,111); }
div.DivClassName
{
background-color: #AF406F;
}
.BgClassName
{
background-color: #AF406F;
}
</style>
border-color css
<style>
span { border-color: #AF406F; }
span { border-color: rgb(175,64,111); }
td.TdClassName
{
border-color: #AF406F;
}
.TagClassName
{
border-color: #AF406F;
}
</style>