Shades of Old Lavender #805473
Tints of Old Lavender #805473
RGB
CMYK
RGB Variations
Color information
#805473 (or 0x805473) is known color: Old Lavender. HEX triplet: 80, 54 and 73. RGB value is (128,84,115). Sum of RGB (Red+Green+Blue) = 128+84+115=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #805473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805473 is #7FAB8C. Grayscale: #646464. Windows color (decimal): -8366989 or 7558272. OLE color: 7558272.
HSL color Cylindrical-coordinate representation of color #805473: hue angle of 317.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805473 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 115 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.50 |
| HSL | 317.73º | 0.21% | 0.42% | - |
| HSV(B) | 317.73º | 0.34% | 0.5% | - |
| XYZ | 15.17 | 12.17 | 17.77 | - |
| YUV | 100.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 115 | 0 | 0.34 | 0.10 | 0.50 | 317.73 | 0.21 | 0.42 |
| Hex | 80 | 54 | 73 | 0 | 22 | A | 32 | 13E | 15 | 2A |
| Octal | 200 | 124 | 163 | 0 | 42 | 12 | 62 | 476 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1110011 | 0 | 100010 | 1010 | 110010 | 100111110 | 10101 | 101010 |
Color Harmonies of #805473
Complementary color
Monochromatic Colors of #805473
Black with #805473
Text Example
Text Example
White with #805473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805473; }
p { color: rgb(128,84,115); }
H1.HeaderClassName
{
color: #805473;
}
.AnyTagClassName
{
color: #805473;
}
</style>
background-color css
<style>
a { background-color: #805473; }
a { background-color: rgb(128,84,115); }
div.DivClassName
{
background-color: #805473;
}
.BgClassName
{
background-color: #805473;
}
</style>
border-color css
<style>
span { border-color: #805473; }
span { border-color: rgb(128,84,115); }
td.TdClassName
{
border-color: #805473;
}
.TagClassName
{
border-color: #805473;
}
</style>