#A395EA

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

Shades of Wistful #A395EA

Tints of Wistful #A395EA

Color information

#A395EA (or 0xA395EA) is unknown color: approx Wistful. HEX triplet: A3, 95 and EA. RGB value is (163,149,234). Sum of RGB (Red+Green+Blue) = 163+149+234=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A395EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395EA is #5C6A15. Grayscale: #A2A2A2. Windows color (decimal): -6056470 or 15373731. OLE color: 15373731.

HSL color Cylindrical-coordinate representation of color #A395EA: hue angle of 249.88º 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 #A395EA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163149234-
CMYK0.300.3600.08
HSL249.88º66.93%75.1%-
HSV(B)249.88º36.32%91.76%-
XYZ40.735.2282.5-
YUV162.88168.14128.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=29.85%
G=27.29%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631492340.300.3600.08249.8866.9375.1
HexA395EA1E2408fa434b
Octal2432253523644010372103113
Binary10100011100101011110101011110100100010001111101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395EA; }

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

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

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

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

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

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

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

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