#81617A

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

Shades of Old Lavender #81617A

Tints of Old Lavender #81617A

Color information

#81617A (or 0x81617A) is unknown color: approx Old Lavender. HEX triplet: 81, 61 and 7A. RGB value is (129,97,122). Sum of RGB (Red+Green+Blue) = 129+97+122=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #81617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81617A is #7E9E85. Grayscale: #6D6D6D. Windows color (decimal): -8298118 or 8020353. OLE color: 8020353.

HSL color Cylindrical-coordinate representation of color #81617A: hue angle of 313.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81617A is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12997122-
CMYK00.250.050.49
HSL313.12º14.16%44.31%-
HSV(B)313.12º24.81%50.59%-
XYZ16.8414.6220.35-
YUV109.42135.1141.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=37.07%
G=27.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299712200.250.050.49313.1214.1644.31
Hex81617A019531139e2c
Octal2011411720315614711654
Binary10000001110000111110100110011011100011001110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81617A; }

 p { color: rgb(129,97,122); }

 H1.HeaderClassName
 {
   color: #81617A;
 }
 .AnyTagClassName
 {
   color: #81617A;
 }
</style>
background-color css

<style>
 a { background-color: #81617A; }

 a { background-color: rgb(129,97,122); }

 div.DivClassName
 {
   background-color: #81617A;
 }
 .BgClassName
 {
   background-color: #81617A;
 }
</style>
border-color css

<style>
 span { border-color: #81617A; }

 span { border-color: rgb(129,97,122); }

 td.TdClassName
 {
   border-color: #81617A;
 }
 .TagClassName
 {
   border-color: #81617A;
 }
</style>