Html Css Color HEX #A0ACDA Echo Blue

📋 copy color: '#A0ACDA'

red 160 ◦ green 172 ◦ blue 218

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

Shades of Echo Blue #A0ACDA

Tints of Echo Blue #A0ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 29.09%
G = 31.27%
B = 39.64%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0ACDA (or 0xA0ACDA) is known color: Echo Blue. HEX triplet: A0, AC and DA. RGB value is (160,172,218). Sum of RGB (Red+Green+Blue) = 160+172+218=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDA is #5F5325. Grayscale: #ADADAD. Windows color (decimal): -6247206 or 14331040. OLE color: 14331040.

HSL color Cylindrical-coordinate representation of color #A0ACDA: hue angle of 227.59º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0ACDA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 172 218 -
CMYK 0.27 0.21 0 0.15
HSL 227.59º 0.44% 0.74% -
HSV(B) 227.59º 0.27% 0.85% -
XYZ 41.9 42.04 72.24 -
YUV 173.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 160 172 218 0.27 0.21 0 0.15 227.59 0.44 0.74
Hex A0 AC DA 1B 15 0 F E4 2C 4A
Octal 240 254 332 33 25 0 17 344 54 112
Binary 10100000 10101100 11011010 11011 10101 0 1111 11100100 101100 1001010

Color Harmonies of #A0ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACDA

Black with #A0ACDA

Text Example


Text Example

White with #A0ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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