#A197FB

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

Shades of Wistful #A197FB

Tints of Wistful #A197FB

Color information

#A197FB (or 0xA197FB) is unknown color: approx Wistful. HEX triplet: A1, 97 and FB. RGB value is (161,151,251). Sum of RGB (Red+Green+Blue) = 161+151+251=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A197FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197FB is #5E6804. Grayscale: #A5A5A5. Windows color (decimal): -6187013 or 16488353. OLE color: 16488353.

HSL color Cylindrical-coordinate representation of color #A197FB: hue angle of 246º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A197FB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161151251-
CMYK0.360.4000.02
HSL246º92.59%78.82%-
HSV(B)246º39.84%98.43%-
XYZ43.1836.6896.07-
YUV165.39176.31124.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=28.60%
G=26.82%
B=44.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611512510.360.4000.0224692.5978.82
HexA197FB242802f65d4f
Octal241227373445002366135117
Binary1010000110010111111110111001001010000101111011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197FB; }

 p { color: rgb(161,151,251); }

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

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

 a { background-color: rgb(161,151,251); }

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

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

 span { border-color: rgb(161,151,251); }

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