Shades of Royal Heath #A65080
Tints of Royal Heath #A65080
RGB
CMYK
RGB Variations
Color information
#A65080 (or 0xA65080) is known color: Royal Heath. HEX triplet: A6, 50 and 80. RGB value is (166,80,128). Sum of RGB (Red+Green+Blue) = 166+80+128=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A65080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65080 is #59AF7F. Grayscale: #6F6F6F. Windows color (decimal): -5877632 or 8409254. OLE color: 8409254.
HSL color Cylindrical-coordinate representation of color #A65080: hue angle of 326.51º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65080 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 128 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.35 |
| HSL | 326.51º | 0.35% | 0.48% | - |
| HSV(B) | 326.51º | 0.52% | 0.65% | - |
| XYZ | 22.49 | 15.4 | 22.21 | - |
| YUV | 111.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 128 | 0 | 0.52 | 0.23 | 0.35 | 326.51 | 0.35 | 0.48 |
| Hex | A6 | 50 | 80 | 0 | 34 | 17 | 23 | 147 | 23 | 30 |
| Octal | 246 | 120 | 200 | 0 | 64 | 27 | 43 | 507 | 43 | 60 |
| Binary | 10100110 | 1010000 | 10000000 | 0 | 110100 | 10111 | 100011 | 101000111 | 100011 | 110000 |
Color Harmonies of #A65080
Complementary color
Monochromatic Colors of #A65080
Black with #A65080
Text Example
Text Example
White with #A65080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65080; }
p { color: rgb(166,80,128); }
H1.HeaderClassName
{
color: #A65080;
}
.AnyTagClassName
{
color: #A65080;
}
</style>
background-color css
<style>
a { background-color: #A65080; }
a { background-color: rgb(166,80,128); }
div.DivClassName
{
background-color: #A65080;
}
.BgClassName
{
background-color: #A65080;
}
</style>
border-color css
<style>
span { border-color: #A65080; }
span { border-color: rgb(166,80,128); }
td.TdClassName
{
border-color: #A65080;
}
.TagClassName
{
border-color: #A65080;
}
</style>