#A29FD5

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

Shades of Wistful #A29FD5

Tints of Wistful #A29FD5

Color information

#A29FD5 (or 0xA29FD5) is unknown color: approx Wistful. HEX triplet: A2, 9F and D5. RGB value is (162,159,213). Sum of RGB (Red+Green+Blue) = 162+159+213=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #A29FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FD5 is #5D602A. Grayscale: #A5A5A5. Windows color (decimal): -6119467 or 14000034. OLE color: 14000034.

HSL color Cylindrical-coordinate representation of color #A29FD5: hue angle of 243.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29FD5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162159213-
CMYK0.240.2500.16
HSL243.33º39.13%72.94%-
HSV(B)243.33º25.35%83.53%-
XYZ39.3137.2868.08-
YUV166.05154.49125.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=30.34%
G=29.78%
B=39.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621592130.240.2500.16243.3339.1372.94
HexA29FD51819010f32749
Octal242237325303102036347111
Binary1010001010011111110101011100011001010000111100111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FD5; }

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

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

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

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

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

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

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

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