#A295F7

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

Shades of Wistful #A295F7

Tints of Wistful #A295F7

Color information

#A295F7 (or 0xA295F7) is unknown color: approx Wistful. HEX triplet: A2, 95 and F7. RGB value is (162,149,247). Sum of RGB (Red+Green+Blue) = 162+149+247=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #A295F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F7 is #5D6A08. Grayscale: #A3A3A3. Windows color (decimal): -6121993 or 16225698. OLE color: 16225698.

HSL color Cylindrical-coordinate representation of color #A295F7: hue angle of 247.96º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A295F7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162149247-
CMYK0.340.4000.03
HSL247.96º85.96%77.65%-
HSV(B)247.96º39.68%96.86%-
XYZ42.4435.8992.69-
YUV164.06174.81126.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 247 (96.88% from 255) = 44.27%
R=29.03%
G=26.70%
B=44.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621492470.340.4000.03247.9685.9677.65
HexA295F7222803f8564e
Octal242225367425003370126116
Binary1010001010010101111101111000101010000111111100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295F7; }

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

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

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

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

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

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

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

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