#A398DD

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

Shades of Wistful #A398DD

Tints of Wistful #A398DD

Color information

#A398DD (or 0xA398DD) is unknown color: approx Wistful. HEX triplet: A3, 98 and DD. RGB value is (163,152,221). Sum of RGB (Red+Green+Blue) = 163+152+221=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A398DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DD is #5C6722. Grayscale: #A2A2A2. Windows color (decimal): -6055715 or 14522531. OLE color: 14522531.

HSL color Cylindrical-coordinate representation of color #A398DD: hue angle of 249.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A398DD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163152221-
CMYK0.260.3100.13
HSL249.57º50.36%73.14%-
HSV(B)249.57º31.22%86.67%-
XYZ39.3835.4673.18-
YUV163.15160.64127.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=30.41%
G=28.36%
B=41.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631522210.260.3100.13249.5750.3673.14
HexA398DD1A1F0Dfa3249
Octal243230335323701537262111
Binary101000111001100011011101110101111101101111110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398DD; }

 p { color: rgb(163,152,221); }

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

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

 a { background-color: rgb(163,152,221); }

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

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

 span { border-color: rgb(163,152,221); }

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