#A198DB

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

Shades of Wistful #A198DB

Tints of Wistful #A198DB

Color information

#A198DB (or 0xA198DB) is unknown color: approx Wistful. HEX triplet: A1, 98 and DB. RGB value is (161,152,219). Sum of RGB (Red+Green+Blue) = 161+152+219=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A198DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198DB is #5E6724. Grayscale: #A2A2A2. Windows color (decimal): -6186789 or 14391457. OLE color: 14391457.

HSL color Cylindrical-coordinate representation of color #A198DB: hue angle of 248.06º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A198DB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161152219-
CMYK0.260.3100.14
HSL248.06º48.2%72.75%-
HSV(B)248.06º30.59%85.88%-
XYZ38.7135.1571.76-
YUV162.33159.98127.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=30.26%
G=28.57%
B=41.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611522190.260.3100.14248.0648.272.75
HexA198DB1A1F0Ef83049
Octal241230333323701637060111
Binary101000011001100011011011110101111101110111110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198DB; }

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

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

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

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

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

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

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

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