#A198CB

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

Shades of Wistful #A198CB

Tints of Wistful #A198CB

Color information

#A198CB (or 0xA198CB) is unknown color: approx Wistful. HEX triplet: A1, 98 and CB. RGB value is (161,152,203). Sum of RGB (Red+Green+Blue) = 161+152+203=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A198CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198CB is #5E6734. Grayscale: #A0A0A0. Windows color (decimal): -6186805 or 13342881. OLE color: 13342881.

HSL color Cylindrical-coordinate representation of color #A198CB: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A198CB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161152203-
CMYK0.210.2500.20
HSL250.59º32.9%69.61%-
HSV(B)250.59º25.12%79.61%-
XYZ36.7134.3561.19-
YUV160.5151.98128.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=31.20%
G=29.46%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611522030.210.2500.20250.5932.969.61
HexA198CB1519014fb2146
Octal241230313253102437341106
Binary1010000110011000110010111010111001010100111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198CB; }

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

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

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

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

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

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

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

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