#A1A1DF

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

Shades of Wistful #A1A1DF

Tints of Wistful #A1A1DF

Color information

#A1A1DF (or 0xA1A1DF) is unknown color: approx Wistful. HEX triplet: A1, A1 and DF. RGB value is (161,161,223). Sum of RGB (Red+Green+Blue) = 161+161+223=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A1DF is #5E5E20. Grayscale: #A7A7A7. Windows color (decimal): -6184481 or 14655905. OLE color: 14655905.

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

Color convert

RGB161161223-
CMYK0.280.2800.13
HSL240º49.21%75.29%-
HSV(B)240º27.8%87.45%-
XYZ40.7638.3975.07-
YUV168.07159122.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=29.54%
G=29.54%
B=40.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611612230.280.2800.1324049.2175.29
HexA1A1DF1C1C0Df0314b
Octal241241337343401536061113
Binary101000011010000111011111111001110001101111100001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A1DF; }

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

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

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

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

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

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

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

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