#A295E2

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

Shades of Wistful #A295E2

Tints of Wistful #A295E2

Color information

#A295E2 (or 0xA295E2) is unknown color: approx Wistful. HEX triplet: A2, 95 and E2. RGB value is (162,149,226). Sum of RGB (Red+Green+Blue) = 162+149+226=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #A295E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295E2 is #5D6A1D. Grayscale: #A1A1A1. Windows color (decimal): -6122014 or 14849442. OLE color: 14849442.

HSL color Cylindrical-coordinate representation of color #A295E2: hue angle of 250.13º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A295E2 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162149226-
CMYK0.280.3400.11
HSL250.13º57.04%73.53%-
HSV(B)250.13º34.07%88.63%-
XYZ39.3834.6776.57-
YUV161.66164.31128.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=30.17%
G=27.75%
B=42.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621492260.280.3400.11250.1357.0473.53
HexA295E21C220Bfa394a
Octal242225342344201337271112
Binary1010001010010101111000101110010001001011111110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295E2; }

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

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

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

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

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

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

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

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