#A2A0CE

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

Shades of Wistful #A2A0CE

Tints of Wistful #A2A0CE

Color information

#A2A0CE (or 0xA2A0CE) is unknown color: approx Wistful. HEX triplet: A2, A0 and CE. RGB value is (162,160,206). Sum of RGB (Red+Green+Blue) = 162+160+206=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0CE is #5D5F31. Grayscale: #A5A5A5. Windows color (decimal): -6119218 or 13541538. OLE color: 13541538.

HSL color Cylindrical-coordinate representation of color #A2A0CE: hue angle of 242.61º degrees, saturation: 0.32, 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 #A2A0CE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162160206-
CMYK0.210.2200.19
HSL242.61º31.94%71.76%-
HSV(B)242.61º22.33%80.78%-
XYZ38.6137.2863.55-
YUV165.84150.66125.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=30.68%
G=30.30%
B=39.02%

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
Decimal1621602060.210.2200.19242.6131.9471.76
HexA2A0CE1516013f32048
Octal242240316252602336340110
Binary1010001010100000110011101010110110010011111100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A0CE; }

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

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

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

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

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

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

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

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