#A29BC9

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

Shades of Wistful #A29BC9

Tints of Wistful #A29BC9

Color information

#A29BC9 (or 0xA29BC9) is unknown color: approx Wistful. HEX triplet: A2, 9B and C9. RGB value is (162,155,201). Sum of RGB (Red+Green+Blue) = 162+155+201=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #A29BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BC9 is #5D6436. Grayscale: #A2A2A2. Windows color (decimal): -6120503 or 13212578. OLE color: 13212578.

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

Color convert

RGB162155201-
CMYK0.190.2300.21
HSL249.13º29.87%69.8%-
HSV(B)249.13º22.89%78.82%-
XYZ37.1635.3460.12-
YUV162.34149.82127.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=31.27%
G=29.92%
B=38.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621552010.190.2300.21249.1329.8769.8
HexA29BC91317015f91e46
Octal242233311232702537136106
Binary101000101001101111001001100111011101010111111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BC9; }

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

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

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

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

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

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

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

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