Html Css Color HEX #A0ACCC Echo Blue

📋 copy color: '#A0ACCC'

red 160 ◦ green 172 ◦ blue 204

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

Shades of Echo Blue #A0ACCC

Tints of Echo Blue #A0ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

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

R = 29.85%
G = 32.09%
B = 38.06%

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

#A0ACCC (or 0xA0ACCC) is known color: Echo Blue. HEX triplet: A0, AC and CC. RGB value is (160,172,204). Sum of RGB (Red+Green+Blue) = 160+172+204=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCC is #5F5333. Grayscale: #ABABAB. Windows color (decimal): -6247220 or 13413536. OLE color: 13413536.

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

Color convert

RGB 160 172 204 -
CMYK 0.22 0.16 0 0.2
HSL 223.64º 0.3% 0.71% -
HSV(B) 223.64º 0.22% 0.8% -
XYZ 40.15 41.34 62.99 -
YUV 172.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 160 172 204 0.22 0.16 0 0.2 223.64 0.3 0.71
Hex A0 AC CC 16 10 0 14 E0 1E 47
Octal 240 254 314 26 20 0 24 340 36 107
Binary 10100000 10101100 11001100 10110 10000 0 10100 11100000 11110 1000111

Color Harmonies of #A0ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACCC

Black with #A0ACCC

Text Example


Text Example

White with #A0ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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