Shades of Royal Heath #AF5280
Tints of Royal Heath #AF5280
RGB
CMYK
RGB Variations
Color information
#AF5280 (or 0xAF5280) is known color: Royal Heath. HEX triplet: AF, 52 and 80. RGB value is (175,82,128). Sum of RGB (Red+Green+Blue) = 175+82+128=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5280 is #50AD7F. Grayscale: #727272. Windows color (decimal): -5287296 or 8409775. OLE color: 8409775.
HSL color Cylindrical-coordinate representation of color #AF5280: hue angle of 330.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5280 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 128 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.32º | 0.37% | 0.5% | - |
| HSV(B) | 330.32º | 0.53% | 0.69% | - |
| XYZ | 24.59 | 16.71 | 22.35 | - |
| YUV | 115.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 128 | 0 | 0.53 | 0.27 | 0.31 | 330.32 | 0.37 | 0.5 |
| Hex | AF | 52 | 80 | 0 | 35 | 1B | 1F | 14A | 25 | 32 |
| Octal | 257 | 122 | 200 | 0 | 65 | 33 | 37 | 512 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10000000 | 0 | 110101 | 11011 | 11111 | 101001010 | 100101 | 110010 |
Color Harmonies of #AF5280
Complementary color
Monochromatic Colors of #AF5280
Black with #AF5280
Text Example
Text Example
White with #AF5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5280; }
p { color: rgb(175,82,128); }
H1.HeaderClassName
{
color: #AF5280;
}
.AnyTagClassName
{
color: #AF5280;
}
</style>
background-color css
<style>
a { background-color: #AF5280; }
a { background-color: rgb(175,82,128); }
div.DivClassName
{
background-color: #AF5280;
}
.BgClassName
{
background-color: #AF5280;
}
</style>
border-color css
<style>
span { border-color: #AF5280; }
span { border-color: rgb(175,82,128); }
td.TdClassName
{
border-color: #AF5280;
}
.TagClassName
{
border-color: #AF5280;
}
</style>