Shades of Royal Heath #AF4978
Tints of Royal Heath #AF4978
RGB
CMYK
RGB Variations
Color information
#AF4978 (or 0xAF4978) is known color: Royal Heath. HEX triplet: AF, 49 and 78. RGB value is (175,73,120). Sum of RGB (Red+Green+Blue) = 175+73+120=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4978 is #50B687. Grayscale: #6C6C6C. Windows color (decimal): -5289608 or 7883183. OLE color: 7883183.
HSL color Cylindrical-coordinate representation of color #AF4978: hue angle of 332.35º 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 #AF4978 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 120 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.31 |
| HSL | 332.35º | 0.41% | 0.49% | - |
| HSV(B) | 332.35º | 0.58% | 0.69% | - |
| XYZ | 23.45 | 15.24 | 19.47 | - |
| YUV | 108.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 120 | 0 | 0.58 | 0.31 | 0.31 | 332.35 | 0.41 | 0.49 |
| Hex | AF | 49 | 78 | 0 | 3A | 1F | 1F | 14C | 29 | 31 |
| Octal | 257 | 111 | 170 | 0 | 72 | 37 | 37 | 514 | 51 | 61 |
| Binary | 10101111 | 1001001 | 1111000 | 0 | 111010 | 11111 | 11111 | 101001100 | 101001 | 110001 |
Color Harmonies of #AF4978
Complementary color
Monochromatic Colors of #AF4978
Black with #AF4978
Text Example
Text Example
White with #AF4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4978; }
p { color: rgb(175,73,120); }
H1.HeaderClassName
{
color: #AF4978;
}
.AnyTagClassName
{
color: #AF4978;
}
</style>
background-color css
<style>
a { background-color: #AF4978; }
a { background-color: rgb(175,73,120); }
div.DivClassName
{
background-color: #AF4978;
}
.BgClassName
{
background-color: #AF4978;
}
</style>
border-color css
<style>
span { border-color: #AF4978; }
span { border-color: rgb(175,73,120); }
td.TdClassName
{
border-color: #AF4978;
}
.TagClassName
{
border-color: #AF4978;
}
</style>