#A690AB

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

Shades of East Side #A690AB

Tints of East Side #A690AB

Color information

#A690AB (or 0xA690AB) is unknown color: approx East Side. HEX triplet: A6, 90 and AB. RGB value is (166,144,171). Sum of RGB (Red+Green+Blue) = 166+144+171=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #A690AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AB is #596F54. Grayscale: #999999. Windows color (decimal): -5861205 or 11243686. OLE color: 11243686.

HSL color Cylindrical-coordinate representation of color #A690AB: hue angle of 288.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A690AB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166144171-
CMYK0.030.1600.33
HSL288.89º13.85%61.76%-
HSV(B)288.89º15.79%67.06%-
XYZ33.0530.9942.77-
YUV153.66137.79136.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=34.51%
G=29.94%
B=35.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661441710.030.1600.33288.8913.8561.76
HexA690AB310021121e3e
Octal2462202533200414411676
Binary101001101001000010101011111000001000011001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690AB; }

 p { color: rgb(166,144,171); }

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

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

 a { background-color: rgb(166,144,171); }

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

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

 span { border-color: rgb(166,144,171); }

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