#A695B6

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

Shades of East Side #A695B6

Tints of East Side #A695B6

Color information

#A695B6 (or 0xA695B6) is unknown color: approx East Side. HEX triplet: A6, 95 and B6. RGB value is (166,149,182). Sum of RGB (Red+Green+Blue) = 166+149+182=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A695B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695B6 is #596A49. Grayscale: #9D9D9D. Windows color (decimal): -5859914 or 11965862. OLE color: 11965862.

HSL color Cylindrical-coordinate representation of color #A695B6: hue angle of 270.91º 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 #A695B6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166149182-
CMYK0.090.1800.29
HSL270.91º18.44%64.9%-
HSV(B)270.91º18.13%71.37%-
XYZ34.9232.9848.78-
YUV157.84141.63133.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=33.40%
G=29.98%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661491820.090.1800.29270.9118.4464.9
HexA695B691201D10f1241
Octal246225266112203541722101
Binary101001101001010110110110100110010011101100001111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695B6; }

 p { color: rgb(166,149,182); }

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

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

 a { background-color: rgb(166,149,182); }

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

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

 span { border-color: rgb(166,149,182); }

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