#A295F3

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

Shades of Wistful #A295F3

Tints of Wistful #A295F3

Color information

#A295F3 (or 0xA295F3) is unknown color: approx Wistful. HEX triplet: A2, 95 and F3. RGB value is (162,149,243). Sum of RGB (Red+Green+Blue) = 162+149+243=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #A295F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F3 is #5D6A0C. Grayscale: #A3A3A3. Windows color (decimal): -6121997 or 15963554. OLE color: 15963554.

HSL color Cylindrical-coordinate representation of color #A295F3: hue angle of 248.3º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A295F3 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162149243-
CMYK0.330.3900.05
HSL248.3º79.66%76.86%-
HSV(B)248.3º38.68%95.29%-
XYZ41.8335.6589.47-
YUV163.6172.81126.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=29.24%
G=26.90%
B=43.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621492430.330.3900.05248.379.6676.86
HexA295F3212705f8504d
Octal242225363414705370120115
Binary10100010100101011111001110000110011101011111100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295F3; }

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

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

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

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

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

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

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

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