#A29FDD

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

Shades of Wistful #A29FDD

Tints of Wistful #A29FDD

Color information

#A29FDD (or 0xA29FDD) is unknown color: approx Wistful. HEX triplet: A2, 9F and DD. RGB value is (162,159,221). Sum of RGB (Red+Green+Blue) = 162+159+221=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDD is #5D6022. Grayscale: #A6A6A6. Windows color (decimal): -6119459 or 14524322. OLE color: 14524322.

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

Color convert

RGB162159221-
CMYK0.270.2800.13
HSL242.9º47.69%74.51%-
HSV(B)242.9º28.05%86.67%-
XYZ40.3537.773.56-
YUV166.96158.49124.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=29.89%
G=29.34%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621592210.270.2800.13242.947.6974.51
HexA29FDD1B1C0Df3304b
Octal242237335333401536360113
Binary101000101001111111011101110111110001101111100111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FDD; }

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

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

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

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

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

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

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

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