#A694B5

Color #A694B5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A694B5

Tints of East Side #A694B5

Color information

#A694B5 (or 0xA694B5) is unknown color: approx East Side. HEX triplet: A6, 94 and B5. RGB value is (166,148,181). Sum of RGB (Red+Green+Blue) = 166+148+181=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #A694B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694B5 is #596B4A. Grayscale: #9D9D9D. Windows color (decimal): -5860171 or 11900070. OLE color: 11900070.

HSL color Cylindrical-coordinate representation of color #A694B5: hue angle of 272.73º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A694B5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166148181-
CMYK0.080.1800.29
HSL272.73º18.23%64.51%-
HSV(B)272.73º18.23%70.98%-
XYZ34.6632.6248.19-
YUV157.14141.46134.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=33.54%
G=29.90%
B=36.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661481810.080.1800.29272.7318.2364.51
HexA694B581201D1111241
Octal246224265102203542122101
Binary101001101001010010110101100010010011101100010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694B5; }

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

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

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

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

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

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

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

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