#A398DA

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

Shades of Wistful #A398DA

Tints of Wistful #A398DA

Color information

#A398DA (or 0xA398DA) is unknown color: approx Wistful. HEX triplet: A3, 98 and DA. RGB value is (163,152,218). Sum of RGB (Red+Green+Blue) = 163+152+218=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A398DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DA is #5C6725. Grayscale: #A2A2A2. Windows color (decimal): -6055718 or 14325923. OLE color: 14325923.

HSL color Cylindrical-coordinate representation of color #A398DA: hue angle of 250º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A398DA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163152218-
CMYK0.250.3000.15
HSL250º47.14%72.55%-
HSV(B)250º30.28%85.49%-
XYZ38.9935.371.09-
YUV162.81159.14128.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=30.58%
G=28.52%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631522180.250.3000.1525047.1472.55
HexA398DA191E0Ffa2f49
Octal243230332313601737257111
Binary101000111001100011011010110011111001111111110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398DA; }

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

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

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

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

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

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

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

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