Shades of Royal Heath #AF4980
Tints of Royal Heath #AF4980
RGB
CMYK
RGB Variations
Color information
#AF4980 (or 0xAF4980) is known color: Royal Heath. HEX triplet: AF, 49 and 80. RGB value is (175,73,128). Sum of RGB (Red+Green+Blue) = 175+73+128=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4980 is #50B67F. Grayscale: #6D6D6D. Windows color (decimal): -5289600 or 8407471. OLE color: 8407471.
HSL color Cylindrical-coordinate representation of color #AF4980: hue angle of 327.65º 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 #AF4980 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 128 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.31 |
| HSL | 327.65º | 0.41% | 0.49% | - |
| HSV(B) | 327.65º | 0.58% | 0.69% | - |
| XYZ | 23.96 | 15.44 | 22.14 | - |
| YUV | 109.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 128 | 0 | 0.58 | 0.27 | 0.31 | 327.65 | 0.41 | 0.49 |
| Hex | AF | 49 | 80 | 0 | 3A | 1B | 1F | 148 | 29 | 31 |
| Octal | 257 | 111 | 200 | 0 | 72 | 33 | 37 | 510 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10000000 | 0 | 111010 | 11011 | 11111 | 101001000 | 101001 | 110001 |
Color Harmonies of #AF4980
Complementary color
Monochromatic Colors of #AF4980
Black with #AF4980
Text Example
Text Example
White with #AF4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4980; }
p { color: rgb(175,73,128); }
H1.HeaderClassName
{
color: #AF4980;
}
.AnyTagClassName
{
color: #AF4980;
}
</style>
background-color css
<style>
a { background-color: #AF4980; }
a { background-color: rgb(175,73,128); }
div.DivClassName
{
background-color: #AF4980;
}
.BgClassName
{
background-color: #AF4980;
}
</style>
border-color css
<style>
span { border-color: #AF4980; }
span { border-color: rgb(175,73,128); }
td.TdClassName
{
border-color: #AF4980;
}
.TagClassName
{
border-color: #AF4980;
}
</style>