#A397D6

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

Shades of Wistful #A397D6

Tints of Wistful #A397D6

Color information

#A397D6 (or 0xA397D6) is unknown color: approx Wistful. HEX triplet: A3, 97 and D6. RGB value is (163,151,214). Sum of RGB (Red+Green+Blue) = 163+151+214=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #A397D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397D6 is #5C6829. Grayscale: #A1A1A1. Windows color (decimal): -6055978 or 14063523. OLE color: 14063523.

HSL color Cylindrical-coordinate representation of color #A397D6: hue angle of 251.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A397D6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163151214-
CMYK0.240.2900.16
HSL251.43º43.45%71.57%-
HSV(B)251.43º29.44%83.92%-
XYZ38.3134.7768.31-
YUV161.77157.48128.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=30.87%
G=28.60%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631512140.240.2900.16251.4343.4571.57
HexA397D6181D010fb2b48
Octal243227326303502037353110
Binary1010001110010111110101101100011101010000111110111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397D6; }

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

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

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

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

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

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

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

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