Html Css Color HEX #A1ABCB Echo Blue

📋 copy color: '#A1ABCB'

red 161 ◦ green 171 ◦ blue 203

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

Shades of Echo Blue #A1ABCB

Tints of Echo Blue #A1ABCB

RGB

 RED value IS 161 (63.28% from 255) = 30.09%

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

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

R = 30.09%
G = 31.96%
B = 37.94%

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

#A1ABCB (or 0xA1ABCB) is known color: Echo Blue. HEX triplet: A1, AB and CB. RGB value is (161,171,203). Sum of RGB (Red+Green+Blue) = 161+171+203=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCB is #5E5434. Grayscale: #ABABAB. Windows color (decimal): -6181941 or 13347745. OLE color: 13347745.

HSL color Cylindrical-coordinate representation of color #A1ABCB: hue angle of 225.71º 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 #A1ABCB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 171 203 -
CMYK 0.21 0.16 0 0.20
HSL 225.71º 0.29% 0.71% -
HSV(B) 225.71º 0.21% 0.8% -
XYZ 40.04 41.01 62.31 -
YUV 171.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 161 171 203 0.21 0.16 0 0.20 225.71 0.29 0.71
Hex A1 AB CB 15 10 0 14 E2 1D 47
Octal 241 253 313 25 20 0 24 342 35 107
Binary 10100001 10101011 11001011 10101 10000 0 10100 11100010 11101 1000111

Color Harmonies of #A1ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABCB

Black with #A1ABCB

Text Example


Text Example

White with #A1ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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