#A4ACC2

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

Shades of Echo Blue #A4ACC2

Tints of Echo Blue #A4ACC2

Color information

#A4ACC2 (or 0xA4ACC2) is unknown color: approx Echo Blue. HEX triplet: A4, AC and C2. RGB value is (164,172,194). Sum of RGB (Red+Green+Blue) = 164+172+194=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #A4ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACC2 is #5B533D. Grayscale: #ACACAC. Windows color (decimal): -5985086 or 12758180. OLE color: 12758180.

HSL color Cylindrical-coordinate representation of color #A4ACC2: hue angle of 224º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4ACC2 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164172194-
CMYK0.150.1100.24
HSL224º19.74%70.2%-
HSV(B)224º15.46%76.08%-
XYZ39.841.2956.91-
YUV172.12140.35122.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=30.94%
G=32.45%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641721940.150.1100.2422419.7470.2
HexA4ACC2FB018e01446
Octal244254302171303034024106
Binary1010010010101100110000101111101101100011100000101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACC2; }

 p { color: rgb(164,172,194); }

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

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

 a { background-color: rgb(164,172,194); }

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

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

 span { border-color: rgb(164,172,194); }

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