#A29BD2

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

Shades of Wistful #A29BD2

Tints of Wistful #A29BD2

Color information

#A29BD2 (or 0xA29BD2) is unknown color: approx Wistful. HEX triplet: A2, 9B and D2. RGB value is (162,155,210). Sum of RGB (Red+Green+Blue) = 162+155+210=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #A29BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BD2 is #5D642D. Grayscale: #A3A3A3. Windows color (decimal): -6120494 or 13802402. OLE color: 13802402.

HSL color Cylindrical-coordinate representation of color #A29BD2: hue angle of 247.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29BD2 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162155210-
CMYK0.230.2600.18
HSL247.64º37.93%71.57%-
HSV(B)247.64º26.19%82.35%-
XYZ38.2535.7865.86-
YUV163.36154.32127.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=30.74%
G=29.41%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621552100.230.2600.18247.6437.9371.57
HexA29BD2171A012f82648
Octal242233322273202237046110
Binary1010001010011011110100101011111010010010111110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BD2; }

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

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

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

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

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

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

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

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