#A29FF0

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

Shades of Wistful #A29FF0

Tints of Wistful #A29FF0

Color information

#A29FF0 (or 0xA29FF0) is unknown color: approx Wistful. HEX triplet: A2, 9F and F0. RGB value is (162,159,240). Sum of RGB (Red+Green+Blue) = 162+159+240=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #A29FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FF0 is #5D600F. Grayscale: #A8A8A8. Windows color (decimal): -6119440 or 15769506. OLE color: 15769506.

HSL color Cylindrical-coordinate representation of color #A29FF0: hue angle of 242.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29FF0 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162159240-
CMYK0.320.3400.06
HSL242.22º72.97%78.24%-
HSV(B)242.22º33.75%94.12%-
XYZ43.0338.7787.65-
YUV169.13167.99122.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=28.88%
G=28.34%
B=42.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621592400.320.3400.06242.2272.9778.24
HexA29FF0202206f2494e
Octal242237360404206362111116
Binary10100010100111111111000010000010001001101111001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FF0; }

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

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

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

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

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

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

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

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