#A2A1D6

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

Shades of Wistful #A2A1D6

Tints of Wistful #A2A1D6

Color information

#A2A1D6 (or 0xA2A1D6) is unknown color: approx Wistful. HEX triplet: A2, A1 and D6. RGB value is (162,161,214). Sum of RGB (Red+Green+Blue) = 162+161+214=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2A1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A1D6 is #5D5E29. Grayscale: #A7A7A7. Windows color (decimal): -6118954 or 14066082. OLE color: 14066082.

HSL color Cylindrical-coordinate representation of color #A2A1D6: hue angle of 241.13º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2A1D6 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162161214-
CMYK0.240.2500.16
HSL241.13º39.26%73.53%-
HSV(B)241.13º24.77%83.92%-
XYZ39.7838.0368.86-
YUV167.34154.33124.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=30.17%
G=29.98%
B=39.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621612140.240.2500.16241.1339.2673.53
HexA2A1D61819010f1274a
Octal242241326303102036147112
Binary1010001010100001110101101100011001010000111100011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A1D6; }

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

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

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

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

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

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

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

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