Html Css Color HEX #A5AABF Echo Blue

📋 copy color: '#A5AABF'

red 165 ◦ green 170 ◦ blue 191

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

Shades of Echo Blue #A5AABF

Tints of Echo Blue #A5AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.31%

R = 31.37%
G = 32.32%
B = 36.31%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5AABF (or 0xA5AABF) is known color: Echo Blue. HEX triplet: A5, AA and BF. RGB value is (165,170,191). Sum of RGB (Red+Green+Blue) = 165+170+191=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABF is #5A5540. Grayscale: #AAAAAA. Windows color (decimal): -5920065 or 12561061. OLE color: 12561061.

HSL color Cylindrical-coordinate representation of color #A5AABF: hue angle of 228.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AABF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 170 191 -
CMYK 0.14 0.11 0 0.25
HSL 228.46º 0.17% 0.7% -
HSV(B) 228.46º 0.14% 0.75% -
XYZ 39.3 40.51 55.04 -
YUV 170.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 165 170 191 0.14 0.11 0 0.25 228.46 0.17 0.7
Hex A5 AA BF E B 0 19 E4 11 46
Octal 245 252 277 16 13 0 31 344 21 106
Binary 10100101 10101010 10111111 1110 1011 0 11001 11100100 10001 1000110

Color Harmonies of #A5AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AABF

Black with #A5AABF

Text Example


Text Example

White with #A5AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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