#A3A1DF

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

Shades of Wistful #A3A1DF

Tints of Wistful #A3A1DF

Color information

#A3A1DF (or 0xA3A1DF) is unknown color: approx Wistful. HEX triplet: A3, A1 and DF. RGB value is (163,161,223). Sum of RGB (Red+Green+Blue) = 163+161+223=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A1DF is #5C5E20. Grayscale: #A8A8A8. Windows color (decimal): -6053409 or 14655907. OLE color: 14655907.

HSL color Cylindrical-coordinate representation of color #A3A1DF: hue angle of 241.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3A1DF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163161223-
CMYK0.270.2800.13
HSL241.94º49.21%75.29%-
HSV(B)241.94º27.8%87.45%-
XYZ41.1738.675.09-
YUV168.67158.66123.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.80%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=29.80%
G=29.43%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631612230.270.2800.13241.9449.2175.29
HexA3A1DF1B1C0Df2314b
Octal243241337333401536261113
Binary101000111010000111011111110111110001101111100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A1DF; }

 p { color: rgb(163,161,223); }

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

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

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

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

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

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

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