#A29BDB

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

Shades of Wistful #A29BDB

Tints of Wistful #A29BDB

Color information

#A29BDB (or 0xA29BDB) is unknown color: approx Wistful. HEX triplet: A2, 9B and DB. RGB value is (162,155,219). Sum of RGB (Red+Green+Blue) = 162+155+219=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDB is #5D6424. Grayscale: #A4A4A4. Windows color (decimal): -6120485 or 14392226. OLE color: 14392226.

HSL color Cylindrical-coordinate representation of color #A29BDB: hue angle of 246.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29BDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162155219-
CMYK0.260.2900.14
HSL246.56º47.06%73.33%-
HSV(B)246.56º29.22%85.88%-
XYZ39.4136.2471.94-
YUV164.39158.82126.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=30.22%
G=28.92%
B=40.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621552190.260.2900.14246.5647.0673.33
HexA29BDB1A1D0Ef72f49
Octal242233333323501636757111
Binary101000101001101111011011110101110101110111101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BDB; }

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

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

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

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

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

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

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

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