#A395ED

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

Shades of Wistful #A395ED

Tints of Wistful #A395ED

Color information

#A395ED (or 0xA395ED) is unknown color: approx Wistful. HEX triplet: A3, 95 and ED. RGB value is (163,149,237). Sum of RGB (Red+Green+Blue) = 163+149+237=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #A395ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395ED is #5C6A12. Grayscale: #A2A2A2. Windows color (decimal): -6056467 or 15570339. OLE color: 15570339.

HSL color Cylindrical-coordinate representation of color #A395ED: hue angle of 249.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A395ED is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163149237-
CMYK0.310.3700.07
HSL249.55º70.97%75.69%-
HSV(B)249.55º37.13%92.94%-
XYZ41.1435.484.78-
YUV163.22169.64127.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=29.69%
G=27.14%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631492370.310.3700.07249.5570.9775.69
HexA395ED1F2507fa474c
Octal243225355374507372107114
Binary1010001110010101111011011111110010101111111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395ED; }

 p { color: rgb(163,149,237); }

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

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

 a { background-color: rgb(163,149,237); }

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

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

 span { border-color: rgb(163,149,237); }

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