Shades of Royal Heath #AF416E
Tints of Royal Heath #AF416E
RGB
CMYK
RGB Variations
Color information
#AF416E (or 0xAF416E) is known color: Royal Heath. HEX triplet: AF, 41 and 6E. RGB value is (175,65,110). Sum of RGB (Red+Green+Blue) = 175+65+110=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF416E is #50BE91. Grayscale: #666666. Windows color (decimal): -5291666 or 7225775. OLE color: 7225775.
HSL color Cylindrical-coordinate representation of color #AF416E: hue angle of 335.45º 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 #AF416E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 110 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.31 |
| HSL | 335.45º | 0.46% | 0.47% | - |
| HSV(B) | 335.45º | 0.63% | 0.69% | - |
| XYZ | 22.38 | 14.02 | 16.28 | - |
| YUV | 103.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 110 | 0 | 0.63 | 0.37 | 0.31 | 335.45 | 0.46 | 0.47 |
| Hex | AF | 41 | 6E | 0 | 3F | 25 | 1F | 14F | 2E | 2F |
| Octal | 257 | 101 | 156 | 0 | 77 | 45 | 37 | 517 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1101110 | 0 | 111111 | 100101 | 11111 | 101001111 | 101110 | 101111 |
Color Harmonies of #AF416E
Complementary color
Monochromatic Colors of #AF416E
Black with #AF416E
Text Example
Text Example
White with #AF416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF416E; }
p { color: rgb(175,65,110); }
H1.HeaderClassName
{
color: #AF416E;
}
.AnyTagClassName
{
color: #AF416E;
}
</style>
background-color css
<style>
a { background-color: #AF416E; }
a { background-color: rgb(175,65,110); }
div.DivClassName
{
background-color: #AF416E;
}
.BgClassName
{
background-color: #AF416E;
}
</style>
border-color css
<style>
span { border-color: #AF416E; }
span { border-color: rgb(175,65,110); }
td.TdClassName
{
border-color: #AF416E;
}
.TagClassName
{
border-color: #AF416E;
}
</style>