#A29FED

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

Shades of Wistful #A29FED

Tints of Wistful #A29FED

Color information

#A29FED (or 0xA29FED) is unknown color: approx Wistful. HEX triplet: A2, 9F and ED. RGB value is (162,159,237). Sum of RGB (Red+Green+Blue) = 162+159+237=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A29FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FED is #5D6012. Grayscale: #A8A8A8. Windows color (decimal): -6119443 or 15572898. OLE color: 15572898.

HSL color Cylindrical-coordinate representation of color #A29FED: hue angle of 242.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29FED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162159237-
CMYK0.320.3300.07
HSL242.31º68.42%77.65%-
HSV(B)242.31º32.91%92.94%-
XYZ42.5838.5985.33-
YUV168.79166.49123.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=29.03%
G=28.49%
B=42.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621592370.320.3300.07242.3168.4277.65
HexA29FED202107f2444e
Octal242237355404107362104116
Binary10100010100111111110110110000010000101111111001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FED; }

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

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

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

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

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

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

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

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