#A3A8CF

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

Shades of Echo Blue #A3A8CF

Tints of Echo Blue #A3A8CF

Color information

#A3A8CF (or 0xA3A8CF) is unknown color: approx Echo Blue. HEX triplet: A3, A8 and CF. RGB value is (163,168,207). Sum of RGB (Red+Green+Blue) = 163+168+207=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8CF is #5C5730. Grayscale: #AAAAAA. Windows color (decimal): -6051633 or 13609123. OLE color: 13609123.

HSL color Cylindrical-coordinate representation of color #A3A8CF: hue angle of 233.18º 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 #A3A8CF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163168207-
CMYK0.210.1900.19
HSL233.18º31.43%72.55%-
HSV(B)233.18º21.26%81.18%-
XYZ40.3740.364.68-
YUV170.95148.34122.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=30.30%
G=31.23%
B=38.48%

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
Decimal1631682070.210.1900.19233.1831.4372.55
HexA3A8CF1513013e91f49
Octal243250317252302335137111
Binary101000111010100011001111101011001101001111101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A8CF; }

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

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

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

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

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

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

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

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