Shades of Royal Heath #A65073
Tints of Royal Heath #A65073
RGB
CMYK
RGB Variations
Color information
#A65073 (or 0xA65073) is known color: Royal Heath. HEX triplet: A6, 50 and 73. RGB value is (166,80,115). Sum of RGB (Red+Green+Blue) = 166+80+115=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A65073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65073 is #59AF8C. Grayscale: #6D6D6D. Windows color (decimal): -5877645 or 7557286. OLE color: 7557286.
HSL color Cylindrical-coordinate representation of color #A65073: hue angle of 335.58º 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 #A65073 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 115 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.35 |
| HSL | 335.58º | 0.35% | 0.48% | - |
| HSV(B) | 335.58º | 0.52% | 0.65% | - |
| XYZ | 21.69 | 15.08 | 17.99 | - |
| YUV | 109.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 115 | 0 | 0.52 | 0.31 | 0.35 | 335.58 | 0.35 | 0.48 |
| Hex | A6 | 50 | 73 | 0 | 34 | 1F | 23 | 150 | 23 | 30 |
| Octal | 246 | 120 | 163 | 0 | 64 | 37 | 43 | 520 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1110011 | 0 | 110100 | 11111 | 100011 | 101010000 | 100011 | 110000 |
Color Harmonies of #A65073
Complementary color
Monochromatic Colors of #A65073
Black with #A65073
Text Example
Text Example
White with #A65073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65073; }
p { color: rgb(166,80,115); }
H1.HeaderClassName
{
color: #A65073;
}
.AnyTagClassName
{
color: #A65073;
}
</style>
background-color css
<style>
a { background-color: #A65073; }
a { background-color: rgb(166,80,115); }
div.DivClassName
{
background-color: #A65073;
}
.BgClassName
{
background-color: #A65073;
}
</style>
border-color css
<style>
span { border-color: #A65073; }
span { border-color: rgb(166,80,115); }
td.TdClassName
{
border-color: #A65073;
}
.TagClassName
{
border-color: #A65073;
}
</style>