#A4A8D4

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

Shades of Echo Blue #A4A8D4

Tints of Echo Blue #A4A8D4

Color information

#A4A8D4 (or 0xA4A8D4) is unknown color: approx Echo Blue. HEX triplet: A4, A8 and D4. RGB value is (164,168,212). Sum of RGB (Red+Green+Blue) = 164+168+212=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #A4A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8D4 is #5B572B. Grayscale: #ABABAB. Windows color (decimal): -5986092 or 13936804. OLE color: 13936804.

HSL color Cylindrical-coordinate representation of color #A4A8D4: hue angle of 235º 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 #A4A8D4 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164168212-
CMYK0.230.2100.17
HSL235º35.82%73.73%-
HSV(B)235º22.64%83.14%-
XYZ41.240.6567.96-
YUV171.82150.67122.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=30.15%
G=30.88%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641682120.230.2100.1723535.8273.73
HexA4A8D41715011eb244a
Octal244250324272502135344112
Binary1010010010101000110101001011110101010001111010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8D4; }

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

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

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

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

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

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

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

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