#A295F6

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

Shades of Wistful #A295F6

Tints of Wistful #A295F6

Color information

#A295F6 (or 0xA295F6) is unknown color: approx Wistful. HEX triplet: A2, 95 and F6. RGB value is (162,149,246). Sum of RGB (Red+Green+Blue) = 162+149+246=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A295F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F6 is #5D6A09. Grayscale: #A3A3A3. Windows color (decimal): -6121994 or 16160162. OLE color: 16160162.

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

Color convert

RGB162149246-
CMYK0.340.3900.04
HSL248.04º84.35%77.45%-
HSV(B)248.04º39.43%96.47%-
XYZ42.2835.8391.88-
YUV163.94174.31126.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=29.08%
G=26.75%
B=44.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621492460.340.3900.04248.0484.3577.45
HexA295F6222704f8544d
Octal242225366424704370124115
Binary10100010100101011111011010001010011101001111100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295F6; }

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

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

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

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

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

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

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

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