Html Css Color HEX #A1AFCC Echo Blue

📋 copy color: '#A1AFCC'

red 161 ◦ green 175 ◦ blue 204

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

Shades of Echo Blue #A1AFCC

Tints of Echo Blue #A1AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 29.81%
G = 32.41%
B = 37.78%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1AFCC (or 0xA1AFCC) is known color: Echo Blue. HEX triplet: A1, AF and CC. RGB value is (161,175,204). Sum of RGB (Red+Green+Blue) = 161+175+204=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFCC is #5E5033. Grayscale: #ADADAD. Windows color (decimal): -6180916 or 13414305. OLE color: 13414305.

HSL color Cylindrical-coordinate representation of color #A1AFCC: hue angle of 220.47º degrees, saturation: 0.3, 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 #A1AFCC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 175 204 -
CMYK 0.21 0.14 0 0.2
HSL 220.47º 0.3% 0.72% -
HSV(B) 220.47º 0.21% 0.8% -
XYZ 40.93 42.6 63.19 -
YUV 174.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 161 175 204 0.21 0.14 0 0.2 220.47 0.3 0.72
Hex A1 AF CC 15 E 0 14 DC 1E 48
Octal 241 257 314 25 16 0 24 334 36 110
Binary 10100001 10101111 11001100 10101 1110 0 10100 11011100 11110 1001000

Color Harmonies of #A1AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFCC

Black with #A1AFCC

Text Example


Text Example

White with #A1AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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