Html Css Color HEX #A1AFCD Echo Blue

📋 copy color: '#A1AFCD'

red 161 ◦ green 175 ◦ blue 205

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

Shades of Echo Blue #A1AFCD

Tints of Echo Blue #A1AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 29.76%
G = 32.35%
B = 37.89%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1AFCD (or 0xA1AFCD) is known color: Echo Blue. HEX triplet: A1, AF and CD. RGB value is (161,175,205). Sum of RGB (Red+Green+Blue) = 161+175+205=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFCD is #5E5032. Grayscale: #AEAEAE. Windows color (decimal): -6180915 or 13479841. OLE color: 13479841.

HSL color Cylindrical-coordinate representation of color #A1AFCD: hue angle of 220.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AFCD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 175 205 -
CMYK 0.21 0.15 0 0.20
HSL 220.91º 0.31% 0.72% -
HSV(B) 220.91º 0.21% 0.8% -
XYZ 41.05 42.64 63.83 -
YUV 174.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 161 175 205 0.21 0.15 0 0.20 220.91 0.31 0.72
Hex A1 AF CD 15 F 0 14 DD 1F 48
Octal 241 257 315 25 17 0 24 335 37 110
Binary 10100001 10101111 11001101 10101 1111 0 10100 11011101 11111 1001000

Color Harmonies of #A1AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFCD

Black with #A1AFCD

Text Example


Text Example

White with #A1AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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