#A397CD

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

Shades of Wistful #A397CD

Tints of Wistful #A397CD

Color information

#A397CD (or 0xA397CD) is unknown color: approx Wistful. HEX triplet: A3, 97 and CD. RGB value is (163,151,205). Sum of RGB (Red+Green+Blue) = 163+151+205=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A397CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CD is #5C6832. Grayscale: #A0A0A0. Windows color (decimal): -6055987 or 13473699. OLE color: 13473699.

HSL color Cylindrical-coordinate representation of color #A397CD: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A397CD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163151205-
CMYK0.200.2600.20
HSL253.33º35.06%69.8%-
HSV(B)253.33º26.34%80.39%-
XYZ37.1934.3362.42-
YUV160.74152.98129.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=31.41%
G=29.09%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631512050.200.2600.20253.3335.0669.8
HexA397CD141A014fd2346
Octal243227315243202437543106
Binary1010001110010111110011011010011010010100111111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397CD; }

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

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

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

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

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

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

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

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