#A1ACCB

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

Shades of Echo Blue #A1ACCB

Tints of Echo Blue #A1ACCB

Color information

#A1ACCB (or 0xA1ACCB) is unknown color: approx Echo Blue. HEX triplet: A1, AC and CB. RGB value is (161,172,203). Sum of RGB (Red+Green+Blue) = 161+172+203=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACCB is #5E5334. Grayscale: #ACACAC. Windows color (decimal): -6181685 or 13348001. OLE color: 13348001.

HSL color Cylindrical-coordinate representation of color #A1ACCB: hue angle of 224.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ACCB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161172203-
CMYK0.210.1500.20
HSL224.29º28.77%71.37%-
HSV(B)224.29º20.69%79.61%-
XYZ40.2341.3962.37-
YUV172.24145.36119.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=30.04%
G=32.09%
B=37.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611722030.210.1500.20224.2928.7771.37
HexA1ACCB15F014e01d47
Octal241254313251702434035107
Binary10100001101011001100101110101111101010011100000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACCB; }

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

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

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

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

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

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

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

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