#A0ACCA

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

Shades of Echo Blue #A0ACCA

Tints of Echo Blue #A0ACCA

Color information

#A0ACCA (or 0xA0ACCA) is unknown color: approx Echo Blue. HEX triplet: A0, AC and CA. RGB value is (160,172,202). Sum of RGB (Red+Green+Blue) = 160+172+202=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCA is #5F5335. Grayscale: #ABABAB. Windows color (decimal): -6247222 or 13282464. OLE color: 13282464.

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

Color convert

RGB160172202-
CMYK0.210.1500.21
HSL222.86º28.38%70.98%-
HSV(B)222.86º20.79%79.22%-
XYZ39.9141.2461.73-
YUV171.83145.02119.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=29.96%
G=32.21%
B=37.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601722020.210.1500.21222.8628.3870.98
HexA0ACCA15F015df1c47
Octal240254312251702533734107
Binary10100000101011001100101010101111101010111011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACCA; }

 p { color: rgb(160,172,202); }

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

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

 a { background-color: rgb(160,172,202); }

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

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

 span { border-color: rgb(160,172,202); }

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