#A69BAE

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

Shades of East Side #A69BAE

Tints of East Side #A69BAE

Color information

#A69BAE (or 0xA69BAE) is unknown color: approx East Side. HEX triplet: A6, 9B and AE. RGB value is (166,155,174). Sum of RGB (Red+Green+Blue) = 166+155+174=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #A69BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BAE is #596451. Grayscale: #A0A0A0. Windows color (decimal): -5858386 or 11443110. OLE color: 11443110.

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

Color convert

RGB166155174-
CMYK0.050.1100.32
HSL274.74º10.5%64.51%-
HSV(B)274.74º10.92%68.24%-
XYZ35.0934.6144.87-
YUV160.46135.64131.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=33.54%
G=31.31%
B=35.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661551740.050.1100.32274.7410.564.51
HexA69BAE5B020113a41
Octal24623325651304042312101
Binary1010011010011011101011101011011010000010001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BAE; }

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

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

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

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

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

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

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

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