#A198EC

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

Shades of Wistful #A198EC

Tints of Wistful #A198EC

Color information

#A198EC (or 0xA198EC) is unknown color: approx Wistful. HEX triplet: A1, 98 and EC. RGB value is (161,152,236). Sum of RGB (Red+Green+Blue) = 161+152+236=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A198EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198EC is #5E6713. Grayscale: #A3A3A3. Windows color (decimal): -6186772 or 15505569. OLE color: 15505569.

HSL color Cylindrical-coordinate representation of color #A198EC: hue angle of 246.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A198EC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161152236-
CMYK0.320.3600.07
HSL246.43º68.85%76.08%-
HSV(B)246.43º35.59%92.55%-
XYZ41.0736.0984.16-
YUV164.27168.48125.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=29.33%
G=27.69%
B=42.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611522360.320.3600.07246.4368.8576.08
HexA198EC202407f6454c
Octal241230354404407366105114
Binary10100001100110001110110010000010010001111111011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198EC; }

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

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

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

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

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

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

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

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