#A395DB

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

Shades of Wistful #A395DB

Tints of Wistful #A395DB

Color information

#A395DB (or 0xA395DB) is unknown color: approx Wistful. HEX triplet: A3, 95 and DB. RGB value is (163,149,219). Sum of RGB (Red+Green+Blue) = 163+149+219=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A395DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DB is #5C6A24. Grayscale: #A0A0A0. Windows color (decimal): -6056485 or 14390691. OLE color: 14390691.

HSL color Cylindrical-coordinate representation of color #A395DB: hue angle of 252º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A395DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163149219-
CMYK0.260.3200.14
HSL252º49.3%72.16%-
HSV(B)252º31.96%85.88%-
XYZ38.6434.471.62-
YUV161.17160.64129.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=30.70%
G=28.06%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631492190.260.3200.1425249.372.16
HexA395DB1A200Efc3148
Octal243225333324001637461110
Binary1010001110010101110110111101010000001110111111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395DB; }

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

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

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

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

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

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

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

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