Html Css Color HEX #A6AADC Echo Blue

📋 copy color: '#A6AADC'

red 166 ◦ green 170 ◦ blue 220

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

Shades of Echo Blue #A6AADC

Tints of Echo Blue #A6AADC

RGB

 RED value IS 166 (65.23% from 255) = 29.86%

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 29.86%
G = 30.58%
B = 39.57%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6AADC (or 0xA6AADC) is known color: Echo Blue. HEX triplet: A6, AA and DC. RGB value is (166,170,220). Sum of RGB (Red+Green+Blue) = 166+170+220=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AADC is #595523. Grayscale: #AEAEAE. Windows color (decimal): -5854500 or 14461606. OLE color: 14461606.

HSL color Cylindrical-coordinate representation of color #A6AADC: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AADC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 170 220 -
CMYK 0.25 0.23 0 0.14
HSL 235.56º 0.44% 0.76% -
HSV(B) 235.56º 0.25% 0.86% -
XYZ 43.02 42.02 73.55 -
YUV 174.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 166 170 220 0.25 0.23 0 0.14 235.56 0.44 0.76
Hex A6 AA DC 19 17 0 E EC 2C 4C
Octal 246 252 334 31 27 0 16 354 54 114
Binary 10100110 10101010 11011100 11001 10111 0 1110 11101100 101100 1001100

Color Harmonies of #A6AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AADC

Black with #A6AADC

Text Example


Text Example

White with #A6AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AADC; }

 p { color: rgb(166,170,220); }

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

background-color css

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

 a { background-color: rgb(166,170,220); }

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

border-color css

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

 span { border-color: rgb(166,170,220); }

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