#A2A1DD

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

Shades of Wistful #A2A1DD

Tints of Wistful #A2A1DD

Color information

#A2A1DD (or 0xA2A1DD) is unknown color: approx Wistful. HEX triplet: A2, A1 and DD. RGB value is (162,161,221). Sum of RGB (Red+Green+Blue) = 162+161+221=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A1DD is #5D5E22. Grayscale: #A7A7A7. Windows color (decimal): -6118947 or 14524834. OLE color: 14524834.

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

Color convert

RGB162161221-
CMYK0.270.2700.13
HSL241º46.87%74.9%-
HSV(B)241º27.15%86.67%-
XYZ40.738.3973.67-
YUV168.14157.83123.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=29.78%
G=29.60%
B=40.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621612210.270.2700.1324146.8774.9
HexA2A1DD1B1B0Df12f4b
Octal242241335333301536157113
Binary101000101010000111011101110111101101101111100011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A1DD; }

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

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

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

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

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

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

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

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