#A29FDF

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

Shades of Wistful #A29FDF

Tints of Wistful #A29FDF

Color information

#A29FDF (or 0xA29FDF) is unknown color: approx Wistful. HEX triplet: A2, 9F and DF. RGB value is (162,159,223). Sum of RGB (Red+Green+Blue) = 162+159+223=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A29FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDF is #5D6020. Grayscale: #A6A6A6. Windows color (decimal): -6119457 or 14655394. OLE color: 14655394.

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

Color convert

RGB162159223-
CMYK0.270.2900.13
HSL242.81º50%74.9%-
HSV(B)242.81º28.7%87.45%-
XYZ40.6237.8174.97-
YUV167.19159.49124.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=29.78%
G=29.23%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621592230.270.2900.13242.815074.9
HexA29FDF1B1D0Df3324b
Octal242237337333501536362113
Binary101000101001111111011111110111110101101111100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FDF; }

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

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

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

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

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

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

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

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