Html Css Color HEX #A1AFDB Echo Blue

📋 copy color: '#A1AFDB'

red 161 ◦ green 175 ◦ blue 219

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

Shades of Echo Blue #A1AFDB

Tints of Echo Blue #A1AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 29.01%
G = 31.53%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1AFDB (or 0xA1AFDB) is known color: Echo Blue. HEX triplet: A1, AF and DB. RGB value is (161,175,219). Sum of RGB (Red+Green+Blue) = 161+175+219=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFDB is #5E5024. Grayscale: #AFAFAF. Windows color (decimal): -6180901 or 14397345. OLE color: 14397345.

HSL color Cylindrical-coordinate representation of color #A1AFDB: hue angle of 225.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AFDB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 175 219 -
CMYK 0.26 0.20 0 0.14
HSL 225.52º 0.45% 0.75% -
HSV(B) 225.52º 0.26% 0.86% -
XYZ 42.81 43.35 73.13 -
YUV 175.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 161 175 219 0.26 0.20 0 0.14 225.52 0.45 0.75
Hex A1 AF DB 1A 14 0 E E2 2D 4B
Octal 241 257 333 32 24 0 16 342 55 113
Binary 10100001 10101111 11011011 11010 10100 0 1110 11100010 101101 1001011

Color Harmonies of #A1AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFDB

Black with #A1AFDB

Text Example


Text Example

White with #A1AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFDB; }

 p { color: rgb(161,175,219); }

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

background-color css

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

 a { background-color: rgb(161,175,219); }

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

border-color css

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

 span { border-color: rgb(161,175,219); }

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