Shades of Royal Heath #AF466C
Tints of Royal Heath #AF466C
RGB
CMYK
RGB Variations
Color information
#AF466C (or 0xAF466C) is known color: Royal Heath. HEX triplet: AF, 46 and 6C. RGB value is (175,70,108). Sum of RGB (Red+Green+Blue) = 175+70+108=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466C is #50B993. Grayscale: #696969. Windows color (decimal): -5290388 or 7095983. OLE color: 7095983.
HSL color Cylindrical-coordinate representation of color #AF466C: hue angle of 338.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF466C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 108 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.31 |
| HSL | 338.29º | 0.43% | 0.48% | - |
| HSV(B) | 338.29º | 0.6% | 0.69% | - |
| XYZ | 22.58 | 14.58 | 15.81 | - |
| YUV | 105.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 108 | 0 | 0.60 | 0.38 | 0.31 | 338.29 | 0.43 | 0.48 |
| Hex | AF | 46 | 6C | 0 | 3C | 26 | 1F | 152 | 2B | 30 |
| Octal | 257 | 106 | 154 | 0 | 74 | 46 | 37 | 522 | 53 | 60 |
| Binary | 10101111 | 1000110 | 1101100 | 0 | 111100 | 100110 | 11111 | 101010010 | 101011 | 110000 |
Color Harmonies of #AF466C
Complementary color
Monochromatic Colors of #AF466C
Black with #AF466C
Text Example
Text Example
White with #AF466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF466C; }
p { color: rgb(175,70,108); }
H1.HeaderClassName
{
color: #AF466C;
}
.AnyTagClassName
{
color: #AF466C;
}
</style>
background-color css
<style>
a { background-color: #AF466C; }
a { background-color: rgb(175,70,108); }
div.DivClassName
{
background-color: #AF466C;
}
.BgClassName
{
background-color: #AF466C;
}
</style>
border-color css
<style>
span { border-color: #AF466C; }
span { border-color: rgb(175,70,108); }
td.TdClassName
{
border-color: #AF466C;
}
.TagClassName
{
border-color: #AF466C;
}
</style>