Html Css Color HEX #A0ABCD Echo Blue

📋 copy color: '#A0ABCD'

red 160 ◦ green 171 ◦ blue 205

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

Shades of Echo Blue #A0ABCD

Tints of Echo Blue #A0ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.9%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 29.85%
G = 31.9%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0ABCD (or 0xA0ABCD) is known color: Echo Blue. HEX triplet: A0, AB and CD. RGB value is (160,171,205). Sum of RGB (Red+Green+Blue) = 160+171+205=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABCD is #5F5432. Grayscale: #ABABAB. Windows color (decimal): -6247475 or 13478816. OLE color: 13478816.

HSL color Cylindrical-coordinate representation of color #A0ABCD: hue angle of 225.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0ABCD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 171 205 -
CMYK 0.22 0.17 0 0.20
HSL 225.33º 0.31% 0.72% -
HSV(B) 225.33º 0.22% 0.8% -
XYZ 40.08 41.01 63.56 -
YUV 171.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 160 171 205 0.22 0.17 0 0.20 225.33 0.31 0.72
Hex A0 AB CD 16 11 0 14 E1 1F 48
Octal 240 253 315 26 21 0 24 341 37 110
Binary 10100000 10101011 11001101 10110 10001 0 10100 11100001 11111 1001000

Color Harmonies of #A0ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABCD

Black with #A0ABCD

Text Example


Text Example

White with #A0ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABCD; }

 p { color: rgb(160,171,205); }

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

background-color css

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

 a { background-color: rgb(160,171,205); }

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

border-color css

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

 span { border-color: rgb(160,171,205); }

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