Html Css Color HEX #A1AFDD Echo Blue

📋 copy color: '#A1AFDD'

red 161 ◦ green 175 ◦ blue 221

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

Shades of Echo Blue #A1AFDD

Tints of Echo Blue #A1AFDD

RGB

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

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

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

R = 28.9%
G = 31.42%
B = 39.68%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1AFDD (or 0xA1AFDD) is known color: Echo Blue. HEX triplet: A1, AF and DD. RGB value is (161,175,221). Sum of RGB (Red+Green+Blue) = 161+175+221=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFDD is #5E5022. Grayscale: #AFAFAF. Windows color (decimal): -6180899 or 14528417. OLE color: 14528417.

HSL color Cylindrical-coordinate representation of color #A1AFDD: hue angle of 226º degrees, saturation: 0.47, 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 #A1AFDD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 175 221 -
CMYK 0.27 0.21 0 0.13
HSL 226º 0.47% 0.75% -
HSV(B) 226º 0.27% 0.87% -
XYZ 43.08 43.46 74.52 -
YUV 176.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 161 175 221 0.27 0.21 0 0.13 226 0.47 0.75
Hex A1 AF DD 1B 15 0 D E2 2F 4B
Octal 241 257 335 33 25 0 15 342 57 113
Binary 10100001 10101111 11011101 11011 10101 0 1101 11100010 101111 1001011

Color Harmonies of #A1AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFDD

Black with #A1AFDD

Text Example


Text Example

White with #A1AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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