#A29DCA

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

Shades of Wistful #A29DCA

Tints of Wistful #A29DCA

Color information

#A29DCA (or 0xA29DCA) is unknown color: approx Wistful. HEX triplet: A2, 9D and CA. RGB value is (162,157,202). Sum of RGB (Red+Green+Blue) = 162+157+202=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #A29DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DCA is #5D6235. Grayscale: #A3A3A3. Windows color (decimal): -6119990 or 13278626. OLE color: 13278626.

HSL color Cylindrical-coordinate representation of color #A29DCA: hue angle of 246.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A29DCA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162157202-
CMYK0.200.2200.21
HSL246.67º29.8%70.39%-
HSV(B)246.67º22.28%79.22%-
XYZ37.6236.0660.85-
YUV163.62149.66126.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=31.09%
G=30.13%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621572020.200.2200.21246.6729.870.39
HexA29DCA1416015f71e46
Octal242235312242602536736106
Binary101000101001110111001010101001011001010111110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DCA; }

 p { color: rgb(162,157,202); }

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

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

 a { background-color: rgb(162,157,202); }

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

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

 span { border-color: rgb(162,157,202); }

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