#A29ADD

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

Shades of Wistful #A29ADD

Tints of Wistful #A29ADD

Color information

#A29ADD (or 0xA29ADD) is unknown color: approx Wistful. HEX triplet: A2, 9A and DD. RGB value is (162,154,221). Sum of RGB (Red+Green+Blue) = 162+154+221=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ADD is #5D6522. Grayscale: #A3A3A3. Windows color (decimal): -6120739 or 14523042. OLE color: 14523042.

HSL color Cylindrical-coordinate representation of color #A29ADD: hue angle of 247.16º degrees, saturation: 0.5, 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 #A29ADD is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162154221-
CMYK0.270.3000.13
HSL247.16º49.63%73.53%-
HSV(B)247.16º30.32%86.67%-
XYZ39.5136.0173.28-
YUV164.03160.15126.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=30.17%
G=28.68%
B=41.15%

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
Decimal1621542210.270.3000.13247.1649.6373.53
HexA29ADD1B1E0Df7324a
Octal242232335333601536762112
Binary101000101001101011011101110111111001101111101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ADD; }

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

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

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

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

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

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

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

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