Shades of Royal Heath #AF4880
Tints of Royal Heath #AF4880
RGB
CMYK
RGB Variations
Color information
#AF4880 (or 0xAF4880) is known color: Royal Heath. HEX triplet: AF, 48 and 80. RGB value is (175,72,128). Sum of RGB (Red+Green+Blue) = 175+72+128=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4880 is #50B77F. Grayscale: #6D6D6D. Windows color (decimal): -5289856 or 8407215. OLE color: 8407215.
HSL color Cylindrical-coordinate representation of color #AF4880: hue angle of 327.38º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4880 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 128 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.31 |
| HSL | 327.38º | 0.42% | 0.48% | - |
| HSV(B) | 327.38º | 0.59% | 0.69% | - |
| XYZ | 23.89 | 15.31 | 22.12 | - |
| YUV | 109.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 128 | 0 | 0.59 | 0.27 | 0.31 | 327.38 | 0.42 | 0.48 |
| Hex | AF | 48 | 80 | 0 | 3B | 1B | 1F | 147 | 2A | 30 |
| Octal | 257 | 110 | 200 | 0 | 73 | 33 | 37 | 507 | 52 | 60 |
| Binary | 10101111 | 1001000 | 10000000 | 0 | 111011 | 11011 | 11111 | 101000111 | 101010 | 110000 |
Color Harmonies of #AF4880
Complementary color
Monochromatic Colors of #AF4880
Black with #AF4880
Text Example
Text Example
White with #AF4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4880; }
p { color: rgb(175,72,128); }
H1.HeaderClassName
{
color: #AF4880;
}
.AnyTagClassName
{
color: #AF4880;
}
</style>
background-color css
<style>
a { background-color: #AF4880; }
a { background-color: rgb(175,72,128); }
div.DivClassName
{
background-color: #AF4880;
}
.BgClassName
{
background-color: #AF4880;
}
</style>
border-color css
<style>
span { border-color: #AF4880; }
span { border-color: rgb(175,72,128); }
td.TdClassName
{
border-color: #AF4880;
}
.TagClassName
{
border-color: #AF4880;
}
</style>