Shades of Royal Heath #A85380
Tints of Royal Heath #A85380
RGB
CMYK
RGB Variations
Color information
#A85380 (or 0xA85380) is known color: Royal Heath. HEX triplet: A8, 53 and 80. RGB value is (168,83,128). Sum of RGB (Red+Green+Blue) = 168+83+128=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A85380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85380 is #57AC7F. Grayscale: #717171. Windows color (decimal): -5745792 or 8410024. OLE color: 8410024.
HSL color Cylindrical-coordinate representation of color #A85380: hue angle of 328.24º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85380 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 128 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.34 |
| HSL | 328.24º | 0.34% | 0.49% | - |
| HSV(B) | 328.24º | 0.51% | 0.66% | - |
| XYZ | 23.14 | 16.07 | 22.3 | - |
| YUV | 113.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 128 | 0 | 0.51 | 0.24 | 0.34 | 328.24 | 0.34 | 0.49 |
| Hex | A8 | 53 | 80 | 0 | 33 | 18 | 22 | 148 | 22 | 31 |
| Octal | 250 | 123 | 200 | 0 | 63 | 30 | 42 | 510 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10000000 | 0 | 110011 | 11000 | 100010 | 101001000 | 100010 | 110001 |
Color Harmonies of #A85380
Complementary color
Monochromatic Colors of #A85380
Black with #A85380
Text Example
Text Example
White with #A85380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85380; }
p { color: rgb(168,83,128); }
H1.HeaderClassName
{
color: #A85380;
}
.AnyTagClassName
{
color: #A85380;
}
</style>
background-color css
<style>
a { background-color: #A85380; }
a { background-color: rgb(168,83,128); }
div.DivClassName
{
background-color: #A85380;
}
.BgClassName
{
background-color: #A85380;
}
</style>
border-color css
<style>
span { border-color: #A85380; }
span { border-color: rgb(168,83,128); }
td.TdClassName
{
border-color: #A85380;
}
.TagClassName
{
border-color: #A85380;
}
</style>