#A398DF

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

Shades of Wistful #A398DF

Tints of Wistful #A398DF

Color information

#A398DF (or 0xA398DF) is unknown color: approx Wistful. HEX triplet: A3, 98 and DF. RGB value is (163,152,223). Sum of RGB (Red+Green+Blue) = 163+152+223=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A398DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DF is #5C6720. Grayscale: #A3A3A3. Windows color (decimal): -6055713 or 14653603. OLE color: 14653603.

HSL color Cylindrical-coordinate representation of color #A398DF: hue angle of 249.3º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A398DF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163152223-
CMYK0.270.3200.13
HSL249.3º52.59%73.53%-
HSV(B)249.3º31.84%87.45%-
XYZ39.6535.5774.59-
YUV163.38161.64127.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=30.30%
G=28.25%
B=41.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631522230.270.3200.13249.352.5973.53
HexA398DF1B200Df9354a
Octal243230337334001537165112
Binary1010001110011000110111111101110000001101111110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398DF; }

 p { color: rgb(163,152,223); }

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

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

 a { background-color: rgb(163,152,223); }

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

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

 span { border-color: rgb(163,152,223); }

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