#A690AE

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

Shades of East Side #A690AE

Tints of East Side #A690AE

Color information

#A690AE (or 0xA690AE) is unknown color: approx East Side. HEX triplet: A6, 90 and AE. RGB value is (166,144,174). Sum of RGB (Red+Green+Blue) = 166+144+174=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A690AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AE is #596F51. Grayscale: #999999. Windows color (decimal): -5861202 or 11440294. OLE color: 11440294.

HSL color Cylindrical-coordinate representation of color #A690AE: hue angle of 284º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A690AE is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166144174-
CMYK0.050.1700.32
HSL284º15.62%62.35%-
HSV(B)284º17.24%68.24%-
XYZ33.3431.1144.29-
YUV154139.29136.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=34.30%
G=29.75%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661441740.050.1700.3228415.6262.35
HexA690AE51102011c103e
Octal2462202565210404342076
Binary10100110100100001010111010110001010000010001110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690AE; }

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

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

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

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

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

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

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

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