#A198FA

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

Shades of Wistful #A198FA

Tints of Wistful #A198FA

Color information

#A198FA (or 0xA198FA) is unknown color: approx Wistful. HEX triplet: A1, 98 and FA. RGB value is (161,152,250). Sum of RGB (Red+Green+Blue) = 161+152+250=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A198FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198FA is #5E6705. Grayscale: #A5A5A5. Windows color (decimal): -6186758 or 16423073. OLE color: 16423073.

HSL color Cylindrical-coordinate representation of color #A198FA: hue angle of 245.51º 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 #A198FA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161152250-
CMYK0.360.3900.02
HSL245.51º90.74%78.82%-
HSV(B)245.51º39.2%98.04%-
XYZ43.1836.9495.3-
YUV165.86175.48124.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=28.60%
G=27.00%
B=44.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611522500.360.3900.02245.5190.7478.82
HexA198FA242702f65b4f
Octal241230372444702366133117
Binary1010000110011000111110101001001001110101111011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198FA; }

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

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

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

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

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

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

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

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