#A1A5DD

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

Shades of Wistful #A1A5DD

Tints of Wistful #A1A5DD

Color information

#A1A5DD (or 0xA1A5DD) is unknown color: approx Wistful. HEX triplet: A1, A5 and DD. RGB value is (161,165,221). Sum of RGB (Red+Green+Blue) = 161+165+221=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5DD is #5E5A22. Grayscale: #A9A9A9. Windows color (decimal): -6183459 or 14525857. OLE color: 14525857.

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

Color convert

RGB161165221-
CMYK0.270.2500.13
HSL236º46.87%74.9%-
HSV(B)236º27.15%86.67%-
XYZ41.239.7173.9-
YUV170.19156.67121.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=29.43%
G=30.16%
B=40.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611652210.270.2500.1323646.8774.9
HexA1A5DD1B190Dec2f4b
Octal241245335333101535457113
Binary101000011010010111011101110111100101101111011001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A5DD; }

 p { color: rgb(161,165,221); }

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

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

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

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

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

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

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