Shades of Royal Heath #AF4975
Tints of Royal Heath #AF4975
RGB
CMYK
RGB Variations
Color information
#AF4975 (or 0xAF4975) is known color: Royal Heath. HEX triplet: AF, 49 and 75. RGB value is (175,73,117). Sum of RGB (Red+Green+Blue) = 175+73+117=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4975 is #50B68A. Grayscale: #6C6C6C. Windows color (decimal): -5289611 or 7686575. OLE color: 7686575.
HSL color Cylindrical-coordinate representation of color #AF4975: hue angle of 334.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4975 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 117 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.31 |
| HSL | 334.12º | 0.41% | 0.49% | - |
| HSV(B) | 334.12º | 0.58% | 0.69% | - |
| XYZ | 23.27 | 15.16 | 18.53 | - |
| YUV | 108.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 117 | 0 | 0.58 | 0.33 | 0.31 | 334.12 | 0.41 | 0.49 |
| Hex | AF | 49 | 75 | 0 | 3A | 21 | 1F | 14E | 29 | 31 |
| Octal | 257 | 111 | 165 | 0 | 72 | 41 | 37 | 516 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1110101 | 0 | 111010 | 100001 | 11111 | 101001110 | 101001 | 110001 |
Color Harmonies of #AF4975
Complementary color
Monochromatic Colors of #AF4975
Black with #AF4975
Text Example
Text Example
White with #AF4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4975; }
p { color: rgb(175,73,117); }
H1.HeaderClassName
{
color: #AF4975;
}
.AnyTagClassName
{
color: #AF4975;
}
</style>
background-color css
<style>
a { background-color: #AF4975; }
a { background-color: rgb(175,73,117); }
div.DivClassName
{
background-color: #AF4975;
}
.BgClassName
{
background-color: #AF4975;
}
</style>
border-color css
<style>
span { border-color: #AF4975; }
span { border-color: rgb(175,73,117); }
td.TdClassName
{
border-color: #AF4975;
}
.TagClassName
{
border-color: #AF4975;
}
</style>