#A4AFC1

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

Shades of Echo Blue #A4AFC1

Tints of Echo Blue #A4AFC1

Color information

#A4AFC1 (or 0xA4AFC1) is unknown color: approx Echo Blue. HEX triplet: A4, AF and C1. RGB value is (164,175,193). Sum of RGB (Red+Green+Blue) = 164+175+193=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFC1 is #5B503E. Grayscale: #ADADAD. Windows color (decimal): -5984319 or 12693412. OLE color: 12693412.

HSL color Cylindrical-coordinate representation of color #A4AFC1: hue angle of 217.24º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4AFC1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164175193-
CMYK0.150.0900.24
HSL217.24º18.95%70%-
HSV(B)217.24º15.03%75.69%-
XYZ40.2742.456.51-
YUV173.76138.86121.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=30.83%
G=32.89%
B=36.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641751930.150.0900.24217.2418.9570
HexA4AFC1F9018d91346
Octal244257301171103033123106
Binary1010010010101111110000011111100101100011011001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFC1; }

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

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

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

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

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

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

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

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