#A398FA

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

Shades of Wistful #A398FA

Tints of Wistful #A398FA

Color information

#A398FA (or 0xA398FA) is unknown color: approx Wistful. HEX triplet: A3, 98 and FA. RGB value is (163,152,250). Sum of RGB (Red+Green+Blue) = 163+152+250=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A398FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398FA is #5C6705. Grayscale: #A6A6A6. Windows color (decimal): -6055686 or 16423075. OLE color: 16423075.

HSL color Cylindrical-coordinate representation of color #A398FA: hue angle of 246.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A398FA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163152250-
CMYK0.350.3900.02
HSL246.73º90.74%78.82%-
HSV(B)246.73º39.2%98.04%-
XYZ43.5937.1595.31-
YUV166.46175.14125.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=28.85%
G=26.90%
B=44.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631522500.350.3900.02246.7390.7478.82
HexA398FA232702f75b4f
Octal243230372434702367133117
Binary1010001110011000111110101000111001110101111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398FA; }

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

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

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

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

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

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

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

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