#A29FCA

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

Shades of Wistful #A29FCA

Tints of Wistful #A29FCA

Color information

#A29FCA (or 0xA29FCA) is unknown color: approx Wistful. HEX triplet: A2, 9F and CA. RGB value is (162,159,202). Sum of RGB (Red+Green+Blue) = 162+159+202=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A29FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCA is #5D6035. Grayscale: #A4A4A4. Windows color (decimal): -6119478 or 13279138. OLE color: 13279138.

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

Color convert

RGB162159202-
CMYK0.200.2100.21
HSL244.19º28.86%70.78%-
HSV(B)244.19º21.29%79.22%-
XYZ37.9636.7460.97-
YUV164.8148.99126-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=30.98%
G=30.40%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621592020.200.2100.21244.1928.8670.78
HexA29FCA1415015f41d47
Octal242237312242502536435107
Binary101000101001111111001010101001010101010111110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FCA; }

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

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

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

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

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

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

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

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