Html Css Color HEX #A1AFD4 Echo Blue

📋 copy color: '#A1AFD4'

red 161 ◦ green 175 ◦ blue 212

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

Shades of Echo Blue #A1AFD4

Tints of Echo Blue #A1AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 29.38%
G = 31.93%
B = 38.69%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A1AFD4 (or 0xA1AFD4) is known color: Echo Blue. HEX triplet: A1, AF and D4. RGB value is (161,175,212). Sum of RGB (Red+Green+Blue) = 161+175+212=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #A1AFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFD4 is #5E502B. Grayscale: #AEAEAE. Windows color (decimal): -6180908 or 13938593. OLE color: 13938593.

HSL color Cylindrical-coordinate representation of color #A1AFD4: hue angle of 223.53º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1AFD4 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 175 212 -
CMYK 0.24 0.17 0 0.17
HSL 223.53º 0.37% 0.73% -
HSV(B) 223.53º 0.24% 0.83% -
XYZ 41.91 42.99 68.38 -
YUV 175.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 161 175 212 0.24 0.17 0 0.17 223.53 0.37 0.73
Hex A1 AF D4 18 11 0 11 E0 25 49
Octal 241 257 324 30 21 0 21 340 45 111
Binary 10100001 10101111 11010100 11000 10001 0 10001 11100000 100101 1001001

Color Harmonies of #A1AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFD4

Black with #A1AFD4

Text Example


Text Example

White with #A1AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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