#805473

Color #805473 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #805473

Tints of Old Lavender #805473

Color information

#805473 (or 0x805473) is unknown color: approx 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

RGB12884115-
CMYK00.340.100.50
HSL317.73º20.75%41.57%-
HSV(B)317.73º34.38%50.2%-
XYZ15.1712.1717.77-
YUV100.69136.08147.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=39.14%
G=25.69%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288411500.340.100.50317.7320.7541.57
Hex805473022A3213e152a
Octal20012416304212624762552
Binary10000000101010011100110100010101011001010011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>