#A29BDD

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

Shades of Wistful #A29BDD

Tints of Wistful #A29BDD

Color information

#A29BDD (or 0xA29BDD) is unknown color: approx Wistful. HEX triplet: A2, 9B and DD. RGB value is (162,155,221). Sum of RGB (Red+Green+Blue) = 162+155+221=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDD is #5D6422. Grayscale: #A4A4A4. Windows color (decimal): -6120483 or 14523298. OLE color: 14523298.

HSL color Cylindrical-coordinate representation of color #A29BDD: hue angle of 246.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29BDD is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162155221-
CMYK0.270.3000.13
HSL246.36º49.25%73.73%-
HSV(B)246.36º29.86%86.67%-
XYZ39.6736.3473.33-
YUV164.62159.82126.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=30.11%
G=28.81%
B=41.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621552210.270.3000.13246.3649.2573.73
HexA29BDD1B1E0Df6314a
Octal242233335333601536661112
Binary101000101001101111011101110111111001101111101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BDD; }

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

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

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

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

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

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

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

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