#A1A0DF

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

Shades of Wistful #A1A0DF

Tints of Wistful #A1A0DF

Color information

#A1A0DF (or 0xA1A0DF) is unknown color: approx Wistful. HEX triplet: A1, A0 and DF. RGB value is (161,160,223). Sum of RGB (Red+Green+Blue) = 161+160+223=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0DF is #5E5F20. Grayscale: #A7A7A7. Windows color (decimal): -6184737 or 14655649. OLE color: 14655649.

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

Color convert

RGB161160223-
CMYK0.280.2800.13
HSL240.95º49.61%75.1%-
HSV(B)240.95º28.25%87.45%-
XYZ40.5938.0575.02-
YUV167.48159.33123.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=29.60%
G=29.41%
B=40.99%

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
Decimal1611602230.280.2800.13240.9549.6175.1
HexA1A0DF1C1C0Df1324b
Octal241240337343401536162113
Binary101000011010000011011111111001110001101111100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0DF; }

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

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

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

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

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

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

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

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