#A4A8CD

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

Shades of Echo Blue #A4A8CD

Tints of Echo Blue #A4A8CD

Color information

#A4A8CD (or 0xA4A8CD) is unknown color: approx Echo Blue. HEX triplet: A4, A8 and CD. RGB value is (164,168,205). Sum of RGB (Red+Green+Blue) = 164+168+205=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8CD is #5B5732. Grayscale: #AAAAAA. Windows color (decimal): -5986099 or 13478052. OLE color: 13478052.

HSL color Cylindrical-coordinate representation of color #A4A8CD: hue angle of 234.15º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A8CD is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164168205-
CMYK0.20.1800.20
HSL234.15º29.08%72.35%-
HSV(B)234.15º20%80.39%-
XYZ40.3340.3163.41-
YUV171.02147.17122.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=30.54%
G=31.28%
B=38.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641682050.20.1800.20234.1529.0872.35
HexA4A8CD1412014ea1d48
Octal244250315242202435235110
Binary101001001010100011001101101001001001010011101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8CD; }

 p { color: rgb(164,168,205); }

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

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

 a { background-color: rgb(164,168,205); }

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

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

 span { border-color: rgb(164,168,205); }

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