#A29FC1

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

Shades of Wistful #A29FC1

Tints of Wistful #A29FC1

Color information

#A29FC1 (or 0xA29FC1) is unknown color: approx Wistful. HEX triplet: A2, 9F and C1. RGB value is (162,159,193). Sum of RGB (Red+Green+Blue) = 162+159+193=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A29FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC1 is #5D603E. Grayscale: #A3A3A3. Windows color (decimal): -6119487 or 12689314. OLE color: 12689314.

HSL color Cylindrical-coordinate representation of color #A29FC1: hue angle of 245.29º 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 #A29FC1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162159193-
CMYK0.160.1800.24
HSL245.29º21.52%69.02%-
HSV(B)245.29º17.62%75.69%-
XYZ36.9236.3355.52-
YUV163.77144.49126.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=31.52%
G=30.93%
B=37.55%

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
Decimal1621591930.160.1800.24245.2921.5269.02
HexA29FC11012018f51645
Octal242237301202203036526105
Binary101000101001111111000001100001001001100011110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FC1; }

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

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

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

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

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

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

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

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