#A398C8

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

Shades of Wistful #A398C8

Tints of Wistful #A398C8

Color information

#A398C8 (or 0xA398C8) is unknown color: approx Wistful. HEX triplet: A3, 98 and C8. RGB value is (163,152,200). Sum of RGB (Red+Green+Blue) = 163+152+200=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #A398C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C8 is #5C6737. Grayscale: #A0A0A0. Windows color (decimal): -6055736 or 13146275. OLE color: 13146275.

HSL color Cylindrical-coordinate representation of color #A398C8: hue angle of 253.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A398C8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163152200-
CMYK0.180.2400.22
HSL253.75º30.38%69.02%-
HSV(B)253.75º24%78.43%-
XYZ36.7634.4159.35-
YUV160.76150.14129.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=31.65%
G=29.51%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631522000.180.2400.22253.7530.3869.02
HexA398C81218016fe1e45
Octal243230310223002637636105
Binary101000111001100011001000100101100001011011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398C8; }

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

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

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

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

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

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

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

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