#A3A3C4

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

Shades of Wistful #A3A3C4

Tints of Wistful #A3A3C4

Color information

#A3A3C4 (or 0xA3A3C4) is unknown color: approx Wistful. HEX triplet: A3, A3 and C4. RGB value is (163,163,196). Sum of RGB (Red+Green+Blue) = 163+163+196=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #A3A3C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A3C4 is #5C5C3B. Grayscale: #A6A6A6. Windows color (decimal): -6052924 or 12886947. OLE color: 12886947.

HSL color Cylindrical-coordinate representation of color #A3A3C4: hue angle of 240º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3A3C4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163163196-
CMYK0.170.1700.23
HSL240º21.85%70.39%-
HSV(B)240º16.84%76.86%-
XYZ38.1737.9757.54-
YUV166.76144.5125.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=31.23%
G=31.23%
B=37.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631631960.170.1700.2324021.8570.39
HexA3A3C41111017f01646
Octal243243304212102736026106
Binary101000111010001111000100100011000101011111110000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A3C4; }

 p { color: rgb(163,163,196); }

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

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

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

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

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

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

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