#A29FC9

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

Shades of Wistful #A29FC9

Tints of Wistful #A29FC9

Color information

#A29FC9 (or 0xA29FC9) is unknown color: approx Wistful. HEX triplet: A2, 9F and C9. RGB value is (162,159,201). Sum of RGB (Red+Green+Blue) = 162+159+201=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #A29FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC9 is #5D6036. Grayscale: #A4A4A4. Windows color (decimal): -6119479 or 13213602. OLE color: 13213602.

HSL color Cylindrical-coordinate representation of color #A29FC9: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29FC9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162159201-
CMYK0.190.2100.21
HSL244.29º28%70.59%-
HSV(B)244.29º20.9%78.82%-
XYZ37.8436.6960.35-
YUV164.68148.49126.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=31.03%
G=30.46%
B=38.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621592010.190.2100.21244.292870.59
HexA29FC91315015f41c47
Octal242237311232502536434107
Binary101000101001111111001001100111010101010111110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FC9; }

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

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

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

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

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

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

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

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