#A4A8CF

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

Shades of Echo Blue #A4A8CF

Tints of Echo Blue #A4A8CF

Color information

#A4A8CF (or 0xA4A8CF) is unknown color: approx Echo Blue. HEX triplet: A4, A8 and CF. RGB value is (164,168,207). Sum of RGB (Red+Green+Blue) = 164+168+207=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8CF is #5B5730. Grayscale: #ABABAB. Windows color (decimal): -5986097 or 13609124. OLE color: 13609124.

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

Color convert

RGB164168207-
CMYK0.210.1900.19
HSL234.42º30.94%72.75%-
HSV(B)234.42º20.77%81.18%-
XYZ40.5740.464.69-
YUV171.25148.17122.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=30.43%
G=31.17%
B=38.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641682070.210.1900.19234.4230.9472.75
HexA4A8CF1513013ea1f49
Octal244250317252302335237111
Binary101001001010100011001111101011001101001111101010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8CF; }

 p { color: rgb(164,168,207); }

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

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

 a { background-color: rgb(164,168,207); }

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

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

 span { border-color: rgb(164,168,207); }

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