Html Css Color HEX #A0ABDD Echo Blue

📋 copy color: '#A0ABDD'

red 160 ◦ green 171 ◦ blue 221

#A0ABDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A0ABDD

Tints of Echo Blue #A0ABDD

RGB

 RED value IS 160 (62.89% from 255) = 28.99%

 GREEN value IS 171 (67.19% from 255) = 30.98%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 28.99%
G = 30.98%
B = 40.04%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0ABDD (or 0xA0ABDD) is known color: Echo Blue. HEX triplet: A0, AB and DD. RGB value is (160,171,221). Sum of RGB (Red+Green+Blue) = 160+171+221=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABDD is #5F5422. Grayscale: #ADADAD. Windows color (decimal): -6247459 or 14527392. OLE color: 14527392.

HSL color Cylindrical-coordinate representation of color #A0ABDD: hue angle of 229.18º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ABDD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 171 221 -
CMYK 0.28 0.23 0 0.13
HSL 229.18º 0.47% 0.75% -
HSV(B) 229.18º 0.28% 0.87% -
XYZ 42.11 41.82 74.26 -
YUV 173.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 160 171 221 0.28 0.23 0 0.13 229.18 0.47 0.75
Hex A0 AB DD 1C 17 0 D E5 2F 4B
Octal 240 253 335 34 27 0 15 345 57 113
Binary 10100000 10101011 11011101 11100 10111 0 1101 11100101 101111 1001011

Color Harmonies of #A0ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABDD

Black with #A0ABDD

Text Example


Text Example

White with #A0ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABDD; }

 p { color: rgb(160,171,221); }

 H1.HeaderClassName
 {
   color: #A0ABDD;
 }
 .AnyTagClassName
 {
   color: #A0ABDD;
 }
</style>

background-color css

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

 a { background-color: rgb(160,171,221); }

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

border-color css

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

 span { border-color: rgb(160,171,221); }

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