#A3ACC4

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

Shades of Echo Blue #A3ACC4

Tints of Echo Blue #A3ACC4

Color information

#A3ACC4 (or 0xA3ACC4) is unknown color: approx Echo Blue. HEX triplet: A3, AC and C4. RGB value is (163,172,196). Sum of RGB (Red+Green+Blue) = 163+172+196=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #A3ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACC4 is #5C533B. Grayscale: #ABABAB. Windows color (decimal): -6050620 or 12889251. OLE color: 12889251.

HSL color Cylindrical-coordinate representation of color #A3ACC4: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3ACC4 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163172196-
CMYK0.170.1200.23
HSL223.64º21.85%70.39%-
HSV(B)223.64º16.84%76.86%-
XYZ39.8241.2858.09-
YUV172.04141.52121.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=30.70%
G=32.39%
B=36.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631721960.170.1200.23223.6421.8570.39
HexA3ACC411C017e01646
Octal243254304211402734026106
Binary10100011101011001100010010001110001011111100000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACC4; }

 p { color: rgb(163,172,196); }

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

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

 a { background-color: rgb(163,172,196); }

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

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

 span { border-color: rgb(163,172,196); }

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