Html Css Color HEX #A0ABCC Echo Blue

📋 copy color: '#A0ABCC'

red 160 ◦ green 171 ◦ blue 204

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

Shades of Echo Blue #A0ABCC

Tints of Echo Blue #A0ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 29.91%
G = 31.96%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A0ABCC (or 0xA0ABCC) is known color: Echo Blue. HEX triplet: A0, AB and CC. RGB value is (160,171,204). Sum of RGB (Red+Green+Blue) = 160+171+204=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABCC is #5F5433. Grayscale: #ABABAB. Windows color (decimal): -6247476 or 13413280. OLE color: 13413280.

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

Color convert

RGB 160 171 204 -
CMYK 0.22 0.16 0 0.2
HSL 225º 0.3% 0.71% -
HSV(B) 225º 0.22% 0.8% -
XYZ 39.96 40.96 62.93 -
YUV 171.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 160 171 204 0.22 0.16 0 0.2 225 0.3 0.71
Hex A0 AB CC 16 10 0 14 E1 1E 47
Octal 240 253 314 26 20 0 24 341 36 107
Binary 10100000 10101011 11001100 10110 10000 0 10100 11100001 11110 1000111

Color Harmonies of #A0ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABCC

Black with #A0ABCC

Text Example


Text Example

White with #A0ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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