#A49AAD

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

Shades of East Side #A49AAD

Tints of East Side #A49AAD

Color information

#A49AAD (or 0xA49AAD) is unknown color: approx East Side. HEX triplet: A4, 9A and AD. RGB value is (164,154,173). Sum of RGB (Red+Green+Blue) = 164+154+173=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A49AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AAD is #5B6552. Grayscale: #9F9F9F. Windows color (decimal): -5989715 or 11377316. OLE color: 11377316.

HSL color Cylindrical-coordinate representation of color #A49AAD: hue angle of 271.58º 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 #A49AAD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164154173-
CMYK0.050.1100.32
HSL271.58º10.38%64.12%-
HSV(B)271.58º10.98%67.84%-
XYZ34.4134.0244.29-
YUV159.16135.81131.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=33.40%
G=31.36%
B=35.23%

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
Decimal1641541730.050.1100.32271.5810.3864.12
HexA49AAD5B020110a40
Octal24423225551304042012100
Binary1010010010011010101011011011011010000010001000010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AAD; }

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

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

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

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

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

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

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

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