#A8ACCA

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

Shades of Echo Blue #A8ACCA

Tints of Echo Blue #A8ACCA

Color information

#A8ACCA (or 0xA8ACCA) is unknown color: approx Echo Blue. HEX triplet: A8, AC and CA. RGB value is (168,172,202). Sum of RGB (Red+Green+Blue) = 168+172+202=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACCA is #575335. Grayscale: #AEAEAE. Windows color (decimal): -5722934 or 13282472. OLE color: 13282472.

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

Color convert

RGB168172202-
CMYK0.170.1500.21
HSL232.94º24.29%72.55%-
HSV(B)232.94º16.83%79.22%-
XYZ41.5642.0961.81-
YUV174.22143.67123.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=31.00%
G=31.73%
B=37.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681722020.170.1500.21232.9424.2972.55
HexA8ACCA11F015e91849
Octal250254312211702535130111
Binary10101000101011001100101010001111101010111101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACCA; }

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

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

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

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

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

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

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

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