#A1A2DA

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

Shades of Wistful #A1A2DA

Tints of Wistful #A1A2DA

Color information

#A1A2DA (or 0xA1A2DA) is unknown color: approx Wistful. HEX triplet: A1, A2 and DA. RGB value is (161,162,218). Sum of RGB (Red+Green+Blue) = 161+162+218=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1A2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2DA is #5E5D25. Grayscale: #A7A7A7. Windows color (decimal): -6184230 or 14328481. OLE color: 14328481.

HSL color Cylindrical-coordinate representation of color #A1A2DA: hue angle of 238.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A2DA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161162218-
CMYK0.260.2600.15
HSL238.95º43.51%74.31%-
HSV(B)238.95º26.15%85.49%-
XYZ40.2738.4871.63-
YUV168.08156.17122.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=29.76%
G=29.94%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611622180.260.2600.15238.9543.5174.31
HexA1A2DA1A1A0Fef2c4a
Octal241242332323201735754112
Binary101000011010001011011010110101101001111111011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A2DA; }

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

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

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

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

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

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

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

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