#A3A4CE

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

Shades of Wistful #A3A4CE

Tints of Wistful #A3A4CE

Color information

#A3A4CE (or 0xA3A4CE) is unknown color: approx Wistful. HEX triplet: A3, A4 and CE. RGB value is (163,164,206). Sum of RGB (Red+Green+Blue) = 163+164+206=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4CE is #5C5B31. Grayscale: #A8A8A8. Windows color (decimal): -6052658 or 13542563. OLE color: 13542563.

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

Color convert

RGB163164206-
CMYK0.210.2000.19
HSL238.6º30.5%72.35%-
HSV(B)238.6º20.87%80.78%-
XYZ39.5238.7963.8-
YUV168.49149.17124.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=30.58%
G=30.77%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631642060.210.2000.19238.630.572.35
HexA3A4CE1514013ef1e48
Octal243244316252402335736110
Binary101000111010010011001110101011010001001111101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A4CE; }

 p { color: rgb(163,164,206); }

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

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

 a { background-color: rgb(163,164,206); }

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

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

 span { border-color: rgb(163,164,206); }

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