#A399CE

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

Shades of Wistful #A399CE

Tints of Wistful #A399CE

Color information

#A399CE (or 0xA399CE) is unknown color: approx Wistful. HEX triplet: A3, 99 and CE. RGB value is (163,153,206). Sum of RGB (Red+Green+Blue) = 163+153+206=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A399CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399CE is #5C6631. Grayscale: #A1A1A1. Windows color (decimal): -6055474 or 13539747. OLE color: 13539747.

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

Color convert

RGB163153206-
CMYK0.210.2600.19
HSL251.32º35.1%70.39%-
HSV(B)251.32º25.73%80.78%-
XYZ37.6435.0363.17-
YUV162.03152.81128.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=31.23%
G=29.31%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631532060.210.2600.19251.3235.170.39
HexA399CE151A013fb2346
Octal243231316253202337343106
Binary1010001110011001110011101010111010010011111110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399CE; }

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

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

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

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

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

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

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

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