#A29ADE

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

Shades of Wistful #A29ADE

Tints of Wistful #A29ADE

Color information

#A29ADE (or 0xA29ADE) is unknown color: approx Wistful. HEX triplet: A2, 9A and DE. RGB value is (162,154,222). Sum of RGB (Red+Green+Blue) = 162+154+222=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #A29ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ADE is #5D6521. Grayscale: #A3A3A3. Windows color (decimal): -6120738 or 14588578. OLE color: 14588578.

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

Color convert

RGB162154222-
CMYK0.270.3100.13
HSL247.06º50.75%73.73%-
HSV(B)247.06º30.63%87.06%-
XYZ39.6436.0773.98-
YUV164.14160.65126.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=30.11%
G=28.62%
B=41.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621542220.270.3100.13247.0650.7573.73
HexA29ADE1B1F0Df7334a
Octal242232336333701536763112
Binary101000101001101011011110110111111101101111101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ADE; }

 p { color: rgb(162,154,222); }

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

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

 a { background-color: rgb(162,154,222); }

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

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

 span { border-color: rgb(162,154,222); }

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