#A398DB

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

Shades of Wistful #A398DB

Tints of Wistful #A398DB

Color information

#A398DB (or 0xA398DB) is unknown color: approx Wistful. HEX triplet: A3, 98 and DB. RGB value is (163,152,219). Sum of RGB (Red+Green+Blue) = 163+152+219=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A398DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DB is #5C6724. Grayscale: #A2A2A2. Windows color (decimal): -6055717 or 14391459. OLE color: 14391459.

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

Color convert

RGB163152219-
CMYK0.260.3100.14
HSL249.85º48.2%72.75%-
HSV(B)249.85º30.59%85.88%-
XYZ39.1235.3671.78-
YUV162.93159.64128.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=30.52%
G=28.46%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631522190.260.3100.14249.8548.272.75
HexA398DB1A1F0Efa3049
Octal243230333323701637260111
Binary101000111001100011011011110101111101110111110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398DB; }

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

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

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

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

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

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

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

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