#A29EC1

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

Shades of Wistful #A29EC1

Tints of Wistful #A29EC1

Color information

#A29EC1 (or 0xA29EC1) is unknown color: approx Wistful. HEX triplet: A2, 9E and C1. RGB value is (162,158,193). Sum of RGB (Red+Green+Blue) = 162+158+193=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A29EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EC1 is #5D613E. Grayscale: #A3A3A3. Windows color (decimal): -6119743 or 12689058. OLE color: 12689058.

HSL color Cylindrical-coordinate representation of color #A29EC1: hue angle of 246.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29EC1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162158193-
CMYK0.160.1800.24
HSL246.86º22.01%68.82%-
HSV(B)246.86º18.13%75.69%-
XYZ36.7535.9955.46-
YUV163.19144.83127.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=31.58%
G=30.80%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621581930.160.1800.24246.8622.0168.82
HexA29EC11012018f71645
Octal242236301202203036726105
Binary101000101001111011000001100001001001100011110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EC1; }

 p { color: rgb(162,158,193); }

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

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

 a { background-color: rgb(162,158,193); }

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

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

 span { border-color: rgb(162,158,193); }

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