#A8ABD5

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

Shades of Echo Blue #A8ABD5

Tints of Echo Blue #A8ABD5

Color information

#A8ABD5 (or 0xA8ABD5) is unknown color: approx Echo Blue. HEX triplet: A8, AB and D5. RGB value is (168,171,213). Sum of RGB (Red+Green+Blue) = 168+171+213=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABD5 is #57542A. Grayscale: #AEAEAE. Windows color (decimal): -5723179 or 14003112. OLE color: 14003112.

HSL color Cylindrical-coordinate representation of color #A8ABD5: hue angle of 236º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8ABD5 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168171213-
CMYK0.210.2000.16
HSL236º34.88%74.71%-
HSV(B)236º21.13%83.53%-
XYZ42.7242.2568.86-
YUV174.89149.51123.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=30.43%
G=30.98%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681712130.210.2000.1623634.8874.71
HexA8ABD51514010ec234b
Octal250253325252402035443113
Binary1010100010101011110101011010110100010000111011001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABD5; }

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

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

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

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

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

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

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

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