#A3AAD4

Color #A3AAD4 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A3AAD4

Tints of Echo Blue #A3AAD4

Color information

#A3AAD4 (or 0xA3AAD4) is unknown color: approx Echo Blue. HEX triplet: A3, AA and D4. RGB value is (163,170,212). Sum of RGB (Red+Green+Blue) = 163+170+212=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #A3AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AAD4 is #5C552B. Grayscale: #ACACAC. Windows color (decimal): -6051116 or 13937315. OLE color: 13937315.

HSL color Cylindrical-coordinate representation of color #A3AAD4: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AAD4 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB163170212-
CMYK0.230.2000.17
HSL231.43º36.3%73.53%-
HSV(B)231.43º23.11%83.14%-
XYZ41.3641.2968.08-
YUV172.7150.18121.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=29.91%
G=31.19%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1631702120.230.2000.17231.4336.373.53
HexA3AAD41714011e7244a
Octal243252324272402134744112
Binary1010001110101010110101001011110100010001111001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAD4; }

 p { color: rgb(163,170,212); }

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

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

 a { background-color: rgb(163,170,212); }

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

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

 span { border-color: rgb(163,170,212); }

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