#A69EAF

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

Shades of East Side #A69EAF

Tints of East Side #A69EAF

Color information

#A69EAF (or 0xA69EAF) is unknown color: approx East Side. HEX triplet: A6, 9E and AF. RGB value is (166,158,175). Sum of RGB (Red+Green+Blue) = 166+158+175=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #A69EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAF is #596150. Grayscale: #A2A2A2. Windows color (decimal): -5857617 or 11509414. OLE color: 11509414.

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

Color convert

RGB166158175-
CMYK0.050.1000.31
HSL268.24º9.6%65.29%-
HSV(B)268.24º9.71%68.63%-
XYZ35.6935.6645.56-
YUV162.33135.15130.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=33.27%
G=31.66%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661581750.050.1000.31268.249.665.29
HexA69EAF5A01F10ca41
Octal24623625751203741412101
Binary101001101001111010101111101101001111110000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EAF; }

 p { color: rgb(166,158,175); }

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

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

 a { background-color: rgb(166,158,175); }

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

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

 span { border-color: rgb(166,158,175); }

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