#A29FC0

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

Shades of Wistful #A29FC0

Tints of Wistful #A29FC0

Color information

#A29FC0 (or 0xA29FC0) is unknown color: approx Wistful. HEX triplet: A2, 9F and C0. RGB value is (162,159,192). Sum of RGB (Red+Green+Blue) = 162+159+192=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A29FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC0 is #5D603F. Grayscale: #A3A3A3. Windows color (decimal): -6119488 or 12623778. OLE color: 12623778.

HSL color Cylindrical-coordinate representation of color #A29FC0: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29FC0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162159192-
CMYK0.160.1700.25
HSL245.45º20.75%68.82%-
HSV(B)245.45º17.19%75.29%-
XYZ36.8136.2854.93-
YUV163.66143.99126.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=31.58%
G=30.99%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621591920.160.1700.25245.4520.7568.82
HexA29FC01011019f51545
Octal242237300202103136525105
Binary101000101001111111000000100001000101100111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FC0; }

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

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

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

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

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

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

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

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