#A295EA

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

Shades of Wistful #A295EA

Tints of Wistful #A295EA

Color information

#A295EA (or 0xA295EA) is unknown color: approx Wistful. HEX triplet: A2, 95 and EA. RGB value is (162,149,234). Sum of RGB (Red+Green+Blue) = 162+149+234=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #A295EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295EA is #5D6A15. Grayscale: #A2A2A2. Windows color (decimal): -6122006 or 15373730. OLE color: 15373730.

HSL color Cylindrical-coordinate representation of color #A295EA: hue angle of 249.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A295EA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162149234-
CMYK0.310.3600.08
HSL249.18º66.93%75.1%-
HSV(B)249.18º36.32%91.76%-
XYZ40.535.1282.49-
YUV162.58168.31127.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=29.72%
G=27.34%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621492340.310.3600.08249.1866.9375.1
HexA295EA1F2408f9434b
Octal2422253523744010371103113
Binary10100010100101011110101011111100100010001111100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295EA; }

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

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

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

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

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

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

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

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