#A399C3

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

Shades of Wistful #A399C3

Tints of Wistful #A399C3

Color information

#A399C3 (or 0xA399C3) is unknown color: approx Wistful. HEX triplet: A3, 99 and C3. RGB value is (163,153,195). Sum of RGB (Red+Green+Blue) = 163+153+195=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A399C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C3 is #5C663C. Grayscale: #A0A0A0. Windows color (decimal): -6055485 or 12818851. OLE color: 12818851.

HSL color Cylindrical-coordinate representation of color #A399C3: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A399C3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163153195-
CMYK0.160.2200.24
HSL254.29º25.93%68.24%-
HSV(B)254.29º21.54%76.47%-
XYZ36.3534.5156.38-
YUV160.78147.31129.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=31.90%
G=29.94%
B=38.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631531950.160.2200.24254.2925.9368.24
HexA399C31016018fe1a44
Octal243231303202603037632104
Binary101000111001100111000011100001011001100011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399C3; }

 p { color: rgb(163,153,195); }

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

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

 a { background-color: rgb(163,153,195); }

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

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

 span { border-color: rgb(163,153,195); }

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