#A69AAD

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

Shades of East Side #A69AAD

Tints of East Side #A69AAD

Color information

#A69AAD (or 0xA69AAD) is unknown color: approx East Side. HEX triplet: A6, 9A and AD. RGB value is (166,154,173). Sum of RGB (Red+Green+Blue) = 166+154+173=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A69AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AAD is #596552. Grayscale: #9F9F9F. Windows color (decimal): -5858643 or 11377318. OLE color: 11377318.

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

Color convert

RGB166154173-
CMYK0.040.1100.32
HSL277.89º10.38%64.12%-
HSV(B)277.89º10.98%67.84%-
XYZ34.8234.2444.31-
YUV159.75135.48132.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=33.67%
G=31.24%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661541730.040.1100.32277.8910.3864.12
HexA69AAD4B020116a40
Octal24623225541304042612100
Binary1010011010011010101011011001011010000010001011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AAD; }

 p { color: rgb(166,154,173); }

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

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

 a { background-color: rgb(166,154,173); }

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

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

 span { border-color: rgb(166,154,173); }

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