#A4ADCC

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

Shades of Echo Blue #A4ADCC

Tints of Echo Blue #A4ADCC

Color information

#A4ADCC (or 0xA4ADCC) is unknown color: approx Echo Blue. HEX triplet: A4, AD and CC. RGB value is (164,173,204). Sum of RGB (Red+Green+Blue) = 164+173+204=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #A4ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADCC is #5B5233. Grayscale: #ADADAD. Windows color (decimal): -5984820 or 13413796. OLE color: 13413796.

HSL color Cylindrical-coordinate representation of color #A4ADCC: hue angle of 226.5º degrees, saturation: 0.28, 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 #A4ADCC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164173204-
CMYK0.200.1500.2
HSL226.5º28.17%72.16%-
HSV(B)226.5º19.61%80%-
XYZ41.1542.1463.09-
YUV173.84145.02120.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=30.31%
G=31.98%
B=37.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641732040.200.1500.2226.528.1772.16
HexA4ADCC14F014e21c48
Octal244255314241702434234110
Binary10100100101011011100110010100111101010011100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADCC; }

 p { color: rgb(164,173,204); }

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

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

 a { background-color: rgb(164,173,204); }

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

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

 span { border-color: rgb(164,173,204); }

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