Html Css Color HEX #A0A6CE Echo Blue

📋 copy color: '#A0A6CE'

red 160 ◦ green 166 ◦ blue 206

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

Shades of Echo Blue #A0A6CE

Tints of Echo Blue #A0A6CE

RGB

 RED value IS 160 (62.89% from 255) = 30.08%

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 30.08%
G = 31.2%
B = 38.72%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0A6CE (or 0xA0A6CE) is known color: Echo Blue. HEX triplet: A0, A6 and CE. RGB value is (160,166,206). Sum of RGB (Red+Green+Blue) = 160+166+206=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6CE is #5F5931. Grayscale: #A8A8A8. Windows color (decimal): -6248754 or 13543072. OLE color: 13543072.

HSL color Cylindrical-coordinate representation of color #A0A6CE: hue angle of 232.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A6CE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 166 206 -
CMYK 0.22 0.19 0 0.19
HSL 232.17º 0.32% 0.72% -
HSV(B) 232.17º 0.22% 0.81% -
XYZ 39.27 39.2 63.89 -
YUV 168.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 160 166 206 0.22 0.19 0 0.19 232.17 0.32 0.72
Hex A0 A6 CE 16 13 0 13 E8 20 48
Octal 240 246 316 26 23 0 23 350 40 110
Binary 10100000 10100110 11001110 10110 10011 0 10011 11101000 100000 1001000

Color Harmonies of #A0A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A6CE

Black with #A0A6CE

Text Example


Text Example

White with #A0A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A6CE; }

 p { color: rgb(160,166,206); }

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

background-color css

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

 a { background-color: rgb(160,166,206); }

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

border-color css

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

 span { border-color: rgb(160,166,206); }

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