#A197EA

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

Shades of Wistful #A197EA

Tints of Wistful #A197EA

Color information

#A197EA (or 0xA197EA) is unknown color: approx Wistful. HEX triplet: A1, 97 and EA. RGB value is (161,151,234). Sum of RGB (Red+Green+Blue) = 161+151+234=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A197EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197EA is #5E6815. Grayscale: #A3A3A3. Windows color (decimal): -6187030 or 15374241. OLE color: 15374241.

HSL color Cylindrical-coordinate representation of color #A197EA: hue angle of 247.23º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A197EA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161151234-
CMYK0.310.3500.08
HSL247.23º66.4%75.49%-
HSV(B)247.23º35.47%91.76%-
XYZ40.6235.6582.58-
YUV163.45167.81126.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=29.49%
G=27.66%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611512340.310.3500.08247.2366.475.49
HexA197EA1F2308f7424b
Octal2412273523743010367102113
Binary10100001100101111110101011111100011010001111011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197EA; }

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

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

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

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

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

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

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

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