Html Css Color HEX #A4AACD Echo Blue

📋 copy color: '#A4AACD'

red 164 ◦ green 170 ◦ blue 205

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

Shades of Echo Blue #A4AACD

Tints of Echo Blue #A4AACD

RGB

 RED value IS 164 (64.45% from 255) = 30.43%

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 30.43%
G = 31.54%
B = 38.03%

CMYK

 C value IS 0.2

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4AACD (or 0xA4AACD) is known color: Echo Blue. HEX triplet: A4, AA and CD. RGB value is (164,170,205). Sum of RGB (Red+Green+Blue) = 164+170+205=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AACD is #5B5532. Grayscale: #ACACAC. Windows color (decimal): -5985587 or 13478564. OLE color: 13478564.

HSL color Cylindrical-coordinate representation of color #A4AACD: hue angle of 231.22º degrees, saturation: 0.29, 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 #A4AACD is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 170 205 -
CMYK 0.2 0.17 0 0.20
HSL 231.22º 0.29% 0.72% -
HSV(B) 231.22º 0.2% 0.8% -
XYZ 40.7 41.05 63.54 -
YUV 172.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 164 170 205 0.2 0.17 0 0.20 231.22 0.29 0.72
Hex A4 AA CD 14 11 0 14 E7 1D 48
Octal 244 252 315 24 21 0 24 347 35 110
Binary 10100100 10101010 11001101 10100 10001 0 10100 11100111 11101 1001000

Color Harmonies of #A4AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AACD

Black with #A4AACD

Text Example


Text Example

White with #A4AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AACD; }

 p { color: rgb(164,170,205); }

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

background-color css

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

 a { background-color: rgb(164,170,205); }

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

border-color css

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

 span { border-color: rgb(164,170,205); }

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