Html Css Color HEX #A1ABDE Echo Blue

📋 copy color: '#A1ABDE'

red 161 ◦ green 171 ◦ blue 222

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

Shades of Echo Blue #A1ABDE

Tints of Echo Blue #A1ABDE

RGB

 RED value IS 161 (63.28% from 255) = 29.06%

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 29.06%
G = 30.87%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1ABDE (or 0xA1ABDE) is known color: Echo Blue. HEX triplet: A1, AB and DE. RGB value is (161,171,222). Sum of RGB (Red+Green+Blue) = 161+171+222=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDE is #5E5421. Grayscale: #ADADAD. Windows color (decimal): -6181922 or 14592929. OLE color: 14592929.

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

Color convert

RGB 161 171 222 -
CMYK 0.27 0.23 0 0.13
HSL 230.16º 0.48% 0.75% -
HSV(B) 230.16º 0.27% 0.87% -
XYZ 42.45 41.98 74.97 -
YUV 173.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 161 171 222 0.27 0.23 0 0.13 230.16 0.48 0.75
Hex A1 AB DE 1B 17 0 D E6 30 4B
Octal 241 253 336 33 27 0 15 346 60 113
Binary 10100001 10101011 11011110 11011 10111 0 1101 11100110 110000 1001011

Color Harmonies of #A1ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABDE

Black with #A1ABDE

Text Example


Text Example

White with #A1ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABDE; }

 p { color: rgb(161,171,222); }

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

background-color css

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

 a { background-color: rgb(161,171,222); }

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

border-color css

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

 span { border-color: rgb(161,171,222); }

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