#A2A1CE

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

Shades of Wistful #A2A1CE

Tints of Wistful #A2A1CE

Color information

#A2A1CE (or 0xA2A1CE) is unknown color: approx Wistful. HEX triplet: A2, A1 and CE. RGB value is (162,161,206). Sum of RGB (Red+Green+Blue) = 162+161+206=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A1CE is #5D5E31. Grayscale: #A6A6A6. Windows color (decimal): -6118962 or 13541794. OLE color: 13541794.

HSL color Cylindrical-coordinate representation of color #A2A1CE: hue angle of 241.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A1CE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162161206-
CMYK0.210.2200.19
HSL241.33º31.47%71.96%-
HSV(B)241.33º21.84%80.78%-
XYZ38.7937.6363.61-
YUV166.43150.33124.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=30.62%
G=30.43%
B=38.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621612060.210.2200.19241.3331.4771.96
HexA2A1CE1516013f11f48
Octal242241316252602336137110
Binary101000101010000111001110101011011001001111110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A1CE; }

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

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

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

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

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

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

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

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