#A398CE

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

Shades of Wistful #A398CE

Tints of Wistful #A398CE

Color information

#A398CE (or 0xA398CE) is unknown color: approx Wistful. HEX triplet: A3, 98 and CE. RGB value is (163,152,206). Sum of RGB (Red+Green+Blue) = 163+152+206=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A398CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398CE is #5C6731. Grayscale: #A1A1A1. Windows color (decimal): -6055730 or 13539491. OLE color: 13539491.

HSL color Cylindrical-coordinate representation of color #A398CE: hue angle of 252.22º degrees, saturation: 0.36, 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 #A398CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163152206-
CMYK0.210.2600.19
HSL252.22º35.53%70.2%-
HSV(B)252.22º26.21%80.78%-
XYZ37.4734.763.12-
YUV161.44153.14129.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=31.29%
G=29.17%
B=39.54%

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
Decimal1631522060.210.2600.19252.2235.5370.2
HexA398CE151A013fc2446
Octal243230316253202337444106
Binary1010001110011000110011101010111010010011111111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398CE; }

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

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

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

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

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

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

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

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