#A4AFCD

Color #A4AFCD Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A4AFCD

Tints of Echo Blue #A4AFCD

Color information

#A4AFCD (or 0xA4AFCD) is unknown color: approx Echo Blue. HEX triplet: A4, AF and CD. RGB value is (164,175,205). Sum of RGB (Red+Green+Blue) = 164+175+205=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFCD is #5B5032. Grayscale: #AFAFAF. Windows color (decimal): -5984307 or 13479844. OLE color: 13479844.

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

Color convert

RGB164175205-
CMYK0.20.1500.20
HSL223.9º29.08%72.35%-
HSV(B)223.9º20%80.39%-
XYZ41.6642.9663.85-
YUV175.13144.86120.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=30.15%
G=32.17%
B=37.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641752050.20.1500.20223.929.0872.35
HexA4AFCD14F014e01d48
Octal244257315241702434035110
Binary10100100101011111100110110100111101010011100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFCD; }

 p { color: rgb(164,175,205); }

 H1.HeaderClassName
 {
   color: #A4AFCD;
 }
 .AnyTagClassName
 {
   color: #A4AFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(164,175,205); }

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

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

 span { border-color: rgb(164,175,205); }

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