#A29BD7

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

Shades of Wistful #A29BD7

Tints of Wistful #A29BD7

Color information

#A29BD7 (or 0xA29BD7) is unknown color: approx Wistful. HEX triplet: A2, 9B and D7. RGB value is (162,155,215). Sum of RGB (Red+Green+Blue) = 162+155+215=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #A29BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BD7 is #5D6428. Grayscale: #A3A3A3. Windows color (decimal): -6120489 or 14130082. OLE color: 14130082.

HSL color Cylindrical-coordinate representation of color #A29BD7: hue angle of 247º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29BD7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162155215-
CMYK0.250.2800.16
HSL247º42.86%72.55%-
HSV(B)247º27.91%84.31%-
XYZ38.8936.0369.19-
YUV163.93156.82126.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=30.45%
G=29.14%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621552150.250.2800.1624742.8672.55
HexA29BD7191C010f72b49
Octal242233327313402036753111
Binary1010001010011011110101111100111100010000111101111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BD7; }

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

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

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

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

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

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

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

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