Html Css Color HEX #A2ABCB Echo Blue

📋 copy color: '#A2ABCB'

red 162 ◦ green 171 ◦ blue 203

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

Shades of Echo Blue #A2ABCB

Tints of Echo Blue #A2ABCB

RGB

 RED value IS 162 (63.67% from 255) = 30.22%

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

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

R = 30.22%
G = 31.9%
B = 37.87%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2ABCB (or 0xA2ABCB) is known color: Echo Blue. HEX triplet: A2, AB and CB. RGB value is (162,171,203). Sum of RGB (Red+Green+Blue) = 162+171+203=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABCB is #5D5434. Grayscale: #ABABAB. Windows color (decimal): -6116405 or 13347746. OLE color: 13347746.

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

Color convert

RGB 162 171 203 -
CMYK 0.20 0.16 0 0.20
HSL 226.83º 0.28% 0.72% -
HSV(B) 226.83º 0.2% 0.8% -
XYZ 40.24 41.12 62.32 -
YUV 171.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 162 171 203 0.20 0.16 0 0.20 226.83 0.28 0.72
Hex A2 AB CB 14 10 0 14 E3 1C 48
Octal 242 253 313 24 20 0 24 343 34 110
Binary 10100010 10101011 11001011 10100 10000 0 10100 11100011 11100 1001000

Color Harmonies of #A2ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABCB

Black with #A2ABCB

Text Example


Text Example

White with #A2ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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