#A694A0

Color #A694A0 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A694A0

Tints of Shady Lady #A694A0

Color information

#A694A0 (or 0xA694A0) is unknown color: approx Shady Lady. HEX triplet: A6, 94 and A0. RGB value is (166,148,160). Sum of RGB (Red+Green+Blue) = 166+148+160=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A694A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A694A0 is #596B5F. Grayscale: #9A9A9A. Windows color (decimal): -5860192 or 10523814. OLE color: 10523814.

HSL color Cylindrical-coordinate representation of color #A694A0: hue angle of 320º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A694A0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166148160-
CMYK00.110.040.35
HSL320º9.18%61.57%-
HSV(B)320º10.84%65.1%-
XYZ32.6631.8237.68-
YUV154.75130.96136.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=35.02%
G=31.22%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614816000.110.040.353209.1861.57
HexA694A00B42314093e
Octal2462242400134435001176
Binary101001101001010010100000010111001000111010000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694A0; }

 p { color: rgb(166,148,160); }

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

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

 a { background-color: rgb(166,148,160); }

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

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

 span { border-color: rgb(166,148,160); }

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