#A69FAE

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

Shades of East Side #A69FAE

Tints of East Side #A69FAE

Color information

#A69FAE (or 0xA69FAE) is unknown color: approx East Side. HEX triplet: A6, 9F and AE. RGB value is (166,159,174). Sum of RGB (Red+Green+Blue) = 166+159+174=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #A69FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAE is #596051. Grayscale: #A2A2A2. Windows color (decimal): -5857362 or 11444134. OLE color: 11444134.

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

Color convert

RGB166159174-
CMYK0.050.0900.32
HSL268º8.47%65.29%-
HSV(B)268º8.62%68.24%-
XYZ35.7635.9645.1-
YUV162.8134.32130.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=33.27%
G=31.86%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661591740.050.0900.322688.4765.29
HexA69FAE5902010c841
Octal24623725651104041410101
Binary1010011010011111101011101011001010000010000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FAE; }

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

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

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

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

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

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

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

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