#A1ACCC

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

Shades of Echo Blue #A1ACCC

Tints of Echo Blue #A1ACCC

Color information

#A1ACCC (or 0xA1ACCC) is unknown color: approx Echo Blue. HEX triplet: A1, AC and CC. RGB value is (161,172,204). Sum of RGB (Red+Green+Blue) = 161+172+204=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACCC is #5E5333. Grayscale: #ACACAC. Windows color (decimal): -6181684 or 13413537. OLE color: 13413537.

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

Color convert

RGB161172204-
CMYK0.210.1600.2
HSL224.65º29.66%71.57%-
HSV(B)224.65º21.08%80%-
XYZ40.3541.4463-
YUV172.36145.86119.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=29.98%
G=32.03%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611722040.210.1600.2224.6529.6671.57
HexA1ACCC1510014e11e48
Octal241254314252002434136110
Binary101000011010110011001100101011000001010011100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACCC; }

 p { color: rgb(161,172,204); }

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

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

 a { background-color: rgb(161,172,204); }

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

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

 span { border-color: rgb(161,172,204); }

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