Html Css Color HEX #A0ABCB Echo Blue

📋 copy color: '#A0ABCB'

red 160 ◦ green 171 ◦ blue 203

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

Shades of Echo Blue #A0ABCB

Tints of Echo Blue #A0ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 29.96%
G = 32.02%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0ABCB (or 0xA0ABCB) is known color: Echo Blue. HEX triplet: A0, AB and CB. RGB value is (160,171,203). Sum of RGB (Red+Green+Blue) = 160+171+203=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABCB is #5F5434. Grayscale: #ABABAB. Windows color (decimal): -6247477 or 13347744. OLE color: 13347744.

HSL color Cylindrical-coordinate representation of color #A0ABCB: hue angle of 224.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0ABCB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 171 203 -
CMYK 0.21 0.16 0 0.20
HSL 224.65º 0.29% 0.71% -
HSV(B) 224.65º 0.21% 0.8% -
XYZ 39.84 40.91 62.3 -
YUV 171.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 160 171 203 0.21 0.16 0 0.20 224.65 0.29 0.71
Hex A0 AB CB 15 10 0 14 E1 1D 47
Octal 240 253 313 25 20 0 24 341 35 107
Binary 10100000 10101011 11001011 10101 10000 0 10100 11100001 11101 1000111

Color Harmonies of #A0ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABCB

Black with #A0ABCB

Text Example


Text Example

White with #A0ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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