Html Css Color HEX #A5AACD Echo Blue

📋 copy color: '#A5AACD'

red 165 ◦ green 170 ◦ blue 205

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

Shades of Echo Blue #A5AACD

Tints of Echo Blue #A5AACD

RGB

 RED value IS 165 (64.84% from 255) = 30.56%

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

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

R = 30.56%
G = 31.48%
B = 37.96%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5AACD (or 0xA5AACD) is known color: Echo Blue. HEX triplet: A5, AA and CD. RGB value is (165,170,205). Sum of RGB (Red+Green+Blue) = 165+170+205=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AACD is #5A5532. Grayscale: #ACACAC. Windows color (decimal): -5920051 or 13478565. OLE color: 13478565.

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

Color convert

RGB 165 170 205 -
CMYK 0.20 0.17 0 0.20
HSL 232.5º 0.29% 0.73% -
HSV(B) 232.5º 0.2% 0.8% -
XYZ 40.91 41.16 63.55 -
YUV 172.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 165 170 205 0.20 0.17 0 0.20 232.5 0.29 0.73
Hex A5 AA CD 14 11 0 14 E8 1D 49
Octal 245 252 315 24 21 0 24 350 35 111
Binary 10100101 10101010 11001101 10100 10001 0 10100 11101000 11101 1001001

Color Harmonies of #A5AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AACD

Black with #A5AACD

Text Example


Text Example

White with #A5AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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