#A29FCD

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

Shades of Wistful #A29FCD

Tints of Wistful #A29FCD

Color information

#A29FCD (or 0xA29FCD) is unknown color: approx Wistful. HEX triplet: A2, 9F and CD. RGB value is (162,159,205). Sum of RGB (Red+Green+Blue) = 162+159+205=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCD is #5D6032. Grayscale: #A4A4A4. Windows color (decimal): -6119475 or 13475746. OLE color: 13475746.

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

Color convert

RGB162159205-
CMYK0.210.2200.20
HSL243.91º31.51%71.37%-
HSV(B)243.91º22.44%80.39%-
XYZ38.3236.8962.86-
YUV165.14150.49125.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=30.80%
G=30.23%
B=38.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621592050.210.2200.20243.9131.5171.37
HexA29FCD1516014f42047
Octal242237315252602436440107
Binary1010001010011111110011011010110110010100111101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FCD; }

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

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

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

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

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

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

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

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