Html Css Color HEX #A6ACDC Echo Blue

📋 copy color: '#A6ACDC'

red 166 ◦ green 172 ◦ blue 220

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

Shades of Echo Blue #A6ACDC

Tints of Echo Blue #A6ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.82%

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

R = 29.75%
G = 30.82%
B = 39.43%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6ACDC (or 0xA6ACDC) is known color: Echo Blue. HEX triplet: A6, AC and DC. RGB value is (166,172,220). Sum of RGB (Red+Green+Blue) = 166+172+220=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDC is #595323. Grayscale: #AFAFAF. Windows color (decimal): -5853988 or 14462118. OLE color: 14462118.

HSL color Cylindrical-coordinate representation of color #A6ACDC: hue angle of 233.33º 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 #A6ACDC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 172 220 -
CMYK 0.25 0.22 0 0.14
HSL 233.33º 0.44% 0.76% -
HSV(B) 233.33º 0.25% 0.86% -
XYZ 43.4 42.78 73.68 -
YUV 175.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 166 172 220 0.25 0.22 0 0.14 233.33 0.44 0.76
Hex A6 AC DC 19 16 0 E E9 2C 4C
Octal 246 254 334 31 26 0 16 351 54 114
Binary 10100110 10101100 11011100 11001 10110 0 1110 11101001 101100 1001100

Color Harmonies of #A6ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACDC

Black with #A6ACDC

Text Example


Text Example

White with #A6ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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