#A397DD

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

Shades of Wistful #A397DD

Tints of Wistful #A397DD

Color information

#A397DD (or 0xA397DD) is unknown color: approx Wistful. HEX triplet: A3, 97 and DD. RGB value is (163,151,221). Sum of RGB (Red+Green+Blue) = 163+151+221=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A397DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DD is #5C6822. Grayscale: #A2A2A2. Windows color (decimal): -6055971 or 14522275. OLE color: 14522275.

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

Color convert

RGB163151221-
CMYK0.260.3200.13
HSL250.29º50.72%72.94%-
HSV(B)250.29º31.67%86.67%-
XYZ39.2235.1473.12-
YUV162.57160.98128.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=30.47%
G=28.22%
B=41.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631512210.260.3200.13250.2950.7272.94
HexA397DD1A200Dfa3349
Octal243227335324001537263111
Binary1010001110010111110111011101010000001101111110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397DD; }

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

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

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

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

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

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

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

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