#A69DAC

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

Shades of East Side #A69DAC

Tints of East Side #A69DAC

Color information

#A69DAC (or 0xA69DAC) is unknown color: approx East Side. HEX triplet: A6, 9D and AC. RGB value is (166,157,172). Sum of RGB (Red+Green+Blue) = 166+157+172=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A69DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAC is #596253. Grayscale: #A1A1A1. Windows color (decimal): -5857876 or 11312550. OLE color: 11312550.

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

Color convert

RGB166157172-
CMYK0.030.0900.33
HSL276º8.29%64.51%-
HSV(B)276º8.72%67.45%-
XYZ35.2335.243.97-
YUV161.4133.98131.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=33.54%
G=31.72%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661571720.030.0900.332768.2964.51
HexA69DAC39021114841
Octal24623525431104142410101
Binary101001101001110110101100111001010000110001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DAC; }

 p { color: rgb(166,157,172); }

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

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

 a { background-color: rgb(166,157,172); }

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

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

 span { border-color: rgb(166,157,172); }

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