#A397CB

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

Shades of Wistful #A397CB

Tints of Wistful #A397CB

Color information

#A397CB (or 0xA397CB) is unknown color: approx Wistful. HEX triplet: A3, 97 and CB. RGB value is (163,151,203). Sum of RGB (Red+Green+Blue) = 163+151+203=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A397CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CB is #5C6834. Grayscale: #A0A0A0. Windows color (decimal): -6055989 or 13342627. OLE color: 13342627.

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

Color convert

RGB163151203-
CMYK0.200.2600.20
HSL253.85º33.33%69.41%-
HSV(B)253.85º25.62%79.61%-
XYZ36.9534.2361.16-
YUV160.52151.98129.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=31.53%
G=29.21%
B=39.26%

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
Decimal1631512030.200.2600.20253.8533.3369.41
HexA397CB141A014fe2145
Octal243227313243202437641105
Binary1010001110010111110010111010011010010100111111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397CB; }

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

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

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

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

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

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

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

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