#A395DC

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

Shades of Wistful #A395DC

Tints of Wistful #A395DC

Color information

#A395DC (or 0xA395DC) is unknown color: approx Wistful. HEX triplet: A3, 95 and DC. RGB value is (163,149,220). Sum of RGB (Red+Green+Blue) = 163+149+220=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A395DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DC is #5C6A23. Grayscale: #A1A1A1. Windows color (decimal): -6056484 or 14456227. OLE color: 14456227.

HSL color Cylindrical-coordinate representation of color #A395DC: hue angle of 251.83º degrees, saturation: 0.5, 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 #A395DC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163149220-
CMYK0.260.3200.14
HSL251.83º50.35%72.35%-
HSV(B)251.83º32.27%86.27%-
XYZ38.7734.4572.32-
YUV161.28161.14129.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=30.64%
G=28.01%
B=41.35%

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
Decimal1631492200.260.3200.14251.8350.3572.35
HexA395DC1A200Efc3248
Octal243225334324001637462110
Binary1010001110010101110111001101010000001110111111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395DC; }

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

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

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

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

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

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

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

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