#A8ABC0

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

Shades of Echo Blue #A8ABC0

Tints of Echo Blue #A8ABC0

Color information

#A8ABC0 (or 0xA8ABC0) is unknown color: approx Echo Blue. HEX triplet: A8, AB and C0. RGB value is (168,171,192). Sum of RGB (Red+Green+Blue) = 168+171+192=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABC0 is #57543F. Grayscale: #ACACAC. Windows color (decimal): -5723200 or 12626856. OLE color: 12626856.

HSL color Cylindrical-coordinate representation of color #A8ABC0: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8ABC0 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168171192-
CMYK0.120.1100.25
HSL232.5º16%70.59%-
HSV(B)232.5º12.5%75.29%-
XYZ40.2341.2655.71-
YUV172.5139.01124.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=31.64%
G=32.20%
B=36.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681711920.120.1100.25232.51670.59
HexA8ABC0CB019e81047
Octal250253300141303135020107
Binary1010100010101011110000001100101101100111101000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABC0; }

 p { color: rgb(168,171,192); }

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

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

 a { background-color: rgb(168,171,192); }

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

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

 span { border-color: rgb(168,171,192); }

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