Html Css Color HEX #A6ACD6 Echo Blue

📋 copy color: '#A6ACD6'

red 166 ◦ green 172 ◦ blue 214

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

Shades of Echo Blue #A6ACD6

Tints of Echo Blue #A6ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 30.07%
G = 31.16%
B = 38.77%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A6ACD6 (or 0xA6ACD6) is known color: Echo Blue. HEX triplet: A6, AC and D6. RGB value is (166,172,214). Sum of RGB (Red+Green+Blue) = 166+172+214=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #A6ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD6 is #595329. Grayscale: #AEAEAE. Windows color (decimal): -5853994 or 14068902. OLE color: 14068902.

HSL color Cylindrical-coordinate representation of color #A6ACD6: hue angle of 232.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6ACD6 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 172 214 -
CMYK 0.22 0.20 0 0.16
HSL 232.5º 0.37% 0.75% -
HSV(B) 232.5º 0.22% 0.84% -
XYZ 42.62 42.47 69.57 -
YUV 174.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 166 172 214 0.22 0.20 0 0.16 232.5 0.37 0.75
Hex A6 AC D6 16 14 0 10 E8 25 4B
Octal 246 254 326 26 24 0 20 350 45 113
Binary 10100110 10101100 11010110 10110 10100 0 10000 11101000 100101 1001011

Color Harmonies of #A6ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACD6

Black with #A6ACD6

Text Example


Text Example

White with #A6ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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