Html Css Color HEX #A1AACC Echo Blue

📋 copy color: '#A1AACC'

red 161 ◦ green 170 ◦ blue 204

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

Shades of Echo Blue #A1AACC

Tints of Echo Blue #A1AACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

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

R = 30.09%
G = 31.78%
B = 38.13%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1AACC (or 0xA1AACC) is known color: Echo Blue. HEX triplet: A1, AA and CC. RGB value is (161,170,204). Sum of RGB (Red+Green+Blue) = 161+170+204=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AACC is #5E5533. Grayscale: #ABABAB. Windows color (decimal): -6182196 or 13413025. OLE color: 13413025.

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

Color convert

RGB 161 170 204 -
CMYK 0.21 0.17 0 0.2
HSL 227.44º 0.3% 0.72% -
HSV(B) 227.44º 0.21% 0.8% -
XYZ 39.97 40.69 62.87 -
YUV 171.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 161 170 204 0.21 0.17 0 0.2 227.44 0.3 0.72
Hex A1 AA CC 15 11 0 14 E3 1E 48
Octal 241 252 314 25 21 0 24 343 36 110
Binary 10100001 10101010 11001100 10101 10001 0 10100 11100011 11110 1001000

Color Harmonies of #A1AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AACC

Black with #A1AACC

Text Example


Text Example

White with #A1AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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