#A29CF5

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

Shades of Wistful #A29CF5

Tints of Wistful #A29CF5

Color information

#A29CF5 (or 0xA29CF5) is unknown color: approx Wistful. HEX triplet: A2, 9C and F5. RGB value is (162,156,245). Sum of RGB (Red+Green+Blue) = 162+156+245=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #A29CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CF5 is #5D630A. Grayscale: #A7A7A7. Windows color (decimal): -6120203 or 16096418. OLE color: 16096418.

HSL color Cylindrical-coordinate representation of color #A29CF5: hue angle of 244.04º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29CF5 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162156245-
CMYK0.340.3600.04
HSL244.04º81.65%78.63%-
HSV(B)244.04º36.33%96.08%-
XYZ43.2738.0591.45-
YUV167.94171.49123.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=28.77%
G=27.71%
B=43.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621562450.340.3600.04244.0481.6578.63
HexA29CF5222404f4524f
Octal242234365424404364122117
Binary10100010100111001111010110001010010001001111010010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CF5; }

 p { color: rgb(162,156,245); }

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

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

 a { background-color: rgb(162,156,245); }

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

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

 span { border-color: rgb(162,156,245); }

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