#A29BDA

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

Shades of Wistful #A29BDA

Tints of Wistful #A29BDA

Color information

#A29BDA (or 0xA29BDA) is unknown color: approx Wistful. HEX triplet: A2, 9B and DA. RGB value is (162,155,218). Sum of RGB (Red+Green+Blue) = 162+155+218=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A29BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDA is #5D6425. Grayscale: #A4A4A4. Windows color (decimal): -6120486 or 14326690. OLE color: 14326690.

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

Color convert

RGB162155218-
CMYK0.260.2900.15
HSL246.67º45.99%73.14%-
HSV(B)246.67º28.9%85.49%-
XYZ39.2836.1971.24-
YUV164.28158.32126.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=30.28%
G=28.97%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621552180.260.2900.15246.6745.9973.14
HexA29BDA1A1D0Ff72e49
Octal242233332323501736756111
Binary101000101001101111011010110101110101111111101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BDA; }

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

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

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

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

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

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

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

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