Shades of Royal Heath #AF5380
Tints of Royal Heath #AF5380
RGB
CMYK
RGB Variations
Color information
#AF5380 (or 0xAF5380) is known color: Royal Heath. HEX triplet: AF, 53 and 80. RGB value is (175,83,128). Sum of RGB (Red+Green+Blue) = 175+83+128=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5380 is #50AC7F. Grayscale: #737373. Windows color (decimal): -5287040 or 8410031. OLE color: 8410031.
HSL color Cylindrical-coordinate representation of color #AF5380: hue angle of 330.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5380 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 128 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.31 |
| HSL | 330.65º | 0.37% | 0.51% | - |
| HSV(B) | 330.65º | 0.53% | 0.69% | - |
| XYZ | 24.67 | 16.86 | 22.38 | - |
| YUV | 115.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 128 | 0 | 0.53 | 0.27 | 0.31 | 330.65 | 0.37 | 0.51 |
| Hex | AF | 53 | 80 | 0 | 35 | 1B | 1F | 14B | 25 | 33 |
| Octal | 257 | 123 | 200 | 0 | 65 | 33 | 37 | 513 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10000000 | 0 | 110101 | 11011 | 11111 | 101001011 | 100101 | 110011 |
Color Harmonies of #AF5380
Complementary color
Monochromatic Colors of #AF5380
Black with #AF5380
Text Example
Text Example
White with #AF5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5380; }
p { color: rgb(175,83,128); }
H1.HeaderClassName
{
color: #AF5380;
}
.AnyTagClassName
{
color: #AF5380;
}
</style>
background-color css
<style>
a { background-color: #AF5380; }
a { background-color: rgb(175,83,128); }
div.DivClassName
{
background-color: #AF5380;
}
.BgClassName
{
background-color: #AF5380;
}
</style>
border-color css
<style>
span { border-color: #AF5380; }
span { border-color: rgb(175,83,128); }
td.TdClassName
{
border-color: #AF5380;
}
.TagClassName
{
border-color: #AF5380;
}
</style>