#A5ACCA

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

Shades of Echo Blue #A5ACCA

Tints of Echo Blue #A5ACCA

Color information

#A5ACCA (or 0xA5ACCA) is unknown color: approx Echo Blue. HEX triplet: A5, AC and CA. RGB value is (165,172,202). Sum of RGB (Red+Green+Blue) = 165+172+202=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACCA is #5A5335. Grayscale: #ADADAD. Windows color (decimal): -5919542 or 13282469. OLE color: 13282469.

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

Color convert

RGB165172202-
CMYK0.180.1500.21
HSL228.65º25.87%71.96%-
HSV(B)228.65º18.32%79.22%-
XYZ40.9341.7761.78-
YUV173.33144.18122.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=30.61%
G=31.91%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651722020.180.1500.21228.6525.8771.96
HexA5ACCA12F015e51a48
Octal245254312221702534532110
Binary10100101101011001100101010010111101010111100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACCA; }

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

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

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

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

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

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

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

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