Html Css Color HEX #A4B5DC Echo Blue

📋 copy color: '#A4B5DC'

red 164 ◦ green 181 ◦ blue 220

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

Shades of Echo Blue #A4B5DC

Tints of Echo Blue #A4B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.04%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 29.03%
G = 32.04%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4B5DC (or 0xA4B5DC) is known color: Echo Blue. HEX triplet: A4, B5 and DC. RGB value is (164,181,220). Sum of RGB (Red+Green+Blue) = 164+181+220=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5DC is #5B4A23. Grayscale: #B4B4B4. Windows color (decimal): -5982756 or 14464420. OLE color: 14464420.

HSL color Cylindrical-coordinate representation of color #A4B5DC: hue angle of 221.79º degrees, saturation: 0.44, 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 #A4B5DC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 181 220 -
CMYK 0.25 0.18 0 0.14
HSL 221.79º 0.44% 0.75% -
HSV(B) 221.79º 0.25% 0.86% -
XYZ 44.75 46.11 74.25 -
YUV 180.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 164 181 220 0.25 0.18 0 0.14 221.79 0.44 0.75
Hex A4 B5 DC 19 12 0 E DE 2C 4B
Octal 244 265 334 31 22 0 16 336 54 113
Binary 10100100 10110101 11011100 11001 10010 0 1110 11011110 101100 1001011

Color Harmonies of #A4B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B5DC

Black with #A4B5DC

Text Example


Text Example

White with #A4B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B5DC; }

 p { color: rgb(164,181,220); }

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

background-color css

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

 a { background-color: rgb(164,181,220); }

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

border-color css

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

 span { border-color: rgb(164,181,220); }

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