#A29BF3

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

Shades of Wistful #A29BF3

Tints of Wistful #A29BF3

Color information

#A29BF3 (or 0xA29BF3) is unknown color: approx Wistful. HEX triplet: A2, 9B and F3. RGB value is (162,155,243). Sum of RGB (Red+Green+Blue) = 162+155+243=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #A29BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BF3 is #5D640C. Grayscale: #A6A6A6. Windows color (decimal): -6120461 or 15965090. OLE color: 15965090.

HSL color Cylindrical-coordinate representation of color #A29BF3: hue angle of 244.77º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29BF3 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162155243-
CMYK0.330.3600.05
HSL244.77º78.57%78.04%-
HSV(B)244.77º36.21%95.29%-
XYZ42.837.689.79-
YUV167.12170.82124.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=28.93%
G=27.68%
B=43.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621552430.330.3600.05244.7778.5778.04
HexA29BF3212405f54f4e
Octal242233363414405365117116
Binary10100010100110111111001110000110010001011111010110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BF3; }

 p { color: rgb(162,155,243); }

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

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

 a { background-color: rgb(162,155,243); }

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

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

 span { border-color: rgb(162,155,243); }

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