#A397DA

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

Shades of Wistful #A397DA

Tints of Wistful #A397DA

Color information

#A397DA (or 0xA397DA) is unknown color: approx Wistful. HEX triplet: A3, 97 and DA. RGB value is (163,151,218). Sum of RGB (Red+Green+Blue) = 163+151+218=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A397DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397DA is #5C6825. Grayscale: #A1A1A1. Windows color (decimal): -6055974 or 14325667. OLE color: 14325667.

HSL color Cylindrical-coordinate representation of color #A397DA: hue angle of 250.75º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A397DA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163151218-
CMYK0.250.3100.15
HSL250.75º47.52%72.35%-
HSV(B)250.75º30.73%85.49%-
XYZ38.8334.9871.04-
YUV162.23159.48128.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=30.64%
G=28.38%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631512180.250.3100.15250.7547.5272.35
HexA397DA191F0Ffb3048
Octal243227332313701737360110
Binary101000111001011111011010110011111101111111110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397DA; }

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

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

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

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

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

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

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

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