#A398F2

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

Shades of Wistful #A398F2

Tints of Wistful #A398F2

Color information

#A398F2 (or 0xA398F2) is unknown color: approx Wistful. HEX triplet: A3, 98 and F2. RGB value is (163,152,242). Sum of RGB (Red+Green+Blue) = 163+152+242=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #A398F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398F2 is #5C670D. Grayscale: #A5A5A5. Windows color (decimal): -6055694 or 15898787. OLE color: 15898787.

HSL color Cylindrical-coordinate representation of color #A398F2: hue angle of 247.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A398F2 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163152242-
CMYK0.330.3700.05
HSL247.33º77.59%77.25%-
HSV(B)247.33º37.19%94.9%-
XYZ42.3636.6588.85-
YUV165.55171.14126.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=29.26%
G=27.29%
B=43.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631522420.330.3700.05247.3377.5977.25
HexA398F2212505f74e4d
Octal243230362414505367116115
Binary10100011100110001111001010000110010101011111011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398F2; }

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

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

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

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

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

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

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

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