#A29AF7

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

Shades of Wistful #A29AF7

Tints of Wistful #A29AF7

Color information

#A29AF7 (or 0xA29AF7) is unknown color: approx Wistful. HEX triplet: A2, 9A and F7. RGB value is (162,154,247). Sum of RGB (Red+Green+Blue) = 162+154+247=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #A29AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29AF7 is #5D6508. Grayscale: #A6A6A6. Windows color (decimal): -6120713 or 16226978. OLE color: 16226978.

HSL color Cylindrical-coordinate representation of color #A29AF7: hue angle of 245.16º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29AF7 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162154247-
CMYK0.340.3800.03
HSL245.16º85.32%78.63%-
HSV(B)245.16º37.65%96.86%-
XYZ43.2437.5192.96-
YUV166.99173.15124.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=28.77%
G=27.35%
B=43.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621542470.340.3800.03245.1685.3278.63
HexA29AF7222603f5554f
Octal242232367424603365125117
Binary1010001010011010111101111000101001100111111010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AF7; }

 p { color: rgb(162,154,247); }

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

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

 a { background-color: rgb(162,154,247); }

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

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

 span { border-color: rgb(162,154,247); }

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