Html Css Color HEX #A5AFDB Echo Blue

📋 copy color: '#A5AFDB'

red 165 ◦ green 175 ◦ blue 219

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

Shades of Echo Blue #A5AFDB

Tints of Echo Blue #A5AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 29.52%
G = 31.31%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5AFDB (or 0xA5AFDB) is known color: Echo Blue. HEX triplet: A5, AF and DB. RGB value is (165,175,219). Sum of RGB (Red+Green+Blue) = 165+175+219=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFDB is #5A5024. Grayscale: #B0B0B0. Windows color (decimal): -5918757 or 14397349. OLE color: 14397349.

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

Color convert

RGB 165 175 219 -
CMYK 0.25 0.20 0 0.14
HSL 228.89º 0.43% 0.75% -
HSV(B) 228.89º 0.25% 0.86% -
XYZ 43.63 43.77 73.17 -
YUV 177.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 165 175 219 0.25 0.20 0 0.14 228.89 0.43 0.75
Hex A5 AF DB 19 14 0 E E5 2B 4B
Octal 245 257 333 31 24 0 16 345 53 113
Binary 10100101 10101111 11011011 11001 10100 0 1110 11100101 101011 1001011

Color Harmonies of #A5AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFDB

Black with #A5AFDB

Text Example


Text Example

White with #A5AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFDB; }

 p { color: rgb(165,175,219); }

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

background-color css

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

 a { background-color: rgb(165,175,219); }

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

border-color css

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

 span { border-color: rgb(165,175,219); }

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