Html Css Color HEX #A5ABD0 Echo Blue

📋 copy color: '#A5ABD0'

red 165 ◦ green 171 ◦ blue 208

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

Shades of Echo Blue #A5ABD0

Tints of Echo Blue #A5ABD0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 30.33%
G = 31.43%
B = 38.24%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A5ABD0 (or 0xA5ABD0) is known color: Echo Blue. HEX triplet: A5, AB and D0. RGB value is (165,171,208). Sum of RGB (Red+Green+Blue) = 165+171+208=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABD0 is #5A542F. Grayscale: #ADADAD. Windows color (decimal): -5919792 or 13675429. OLE color: 13675429.

HSL color Cylindrical-coordinate representation of color #A5ABD0: hue angle of 231.63º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5ABD0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 171 208 -
CMYK 0.21 0.18 0 0.18
HSL 231.63º 0.31% 0.73% -
HSV(B) 231.63º 0.21% 0.82% -
XYZ 41.47 41.68 65.53 -
YUV 173.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 165 171 208 0.21 0.18 0 0.18 231.63 0.31 0.73
Hex A5 AB D0 15 12 0 12 E8 1F 49
Octal 245 253 320 25 22 0 22 350 37 111
Binary 10100101 10101011 11010000 10101 10010 0 10010 11101000 11111 1001001

Color Harmonies of #A5ABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABD0

Black with #A5ABD0

Text Example


Text Example

White with #A5ABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABD0; }

 p { color: rgb(165,171,208); }

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

background-color css

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

 a { background-color: rgb(165,171,208); }

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

border-color css

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

 span { border-color: rgb(165,171,208); }

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