#A192F0

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

Shades of Wistful #A192F0

Tints of Wistful #A192F0

Color information

#A192F0 (or 0xA192F0) is unknown color: approx Wistful. HEX triplet: A1, 92 and F0. RGB value is (161,146,240). Sum of RGB (Red+Green+Blue) = 161+146+240=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #A192F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192F0 is #5E6D0F. Grayscale: #A0A0A0. Windows color (decimal): -6188304 or 15766177. OLE color: 15766177.

HSL color Cylindrical-coordinate representation of color #A192F0: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A192F0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161146240-
CMYK0.330.3900.06
HSL249.57º75.81%75.69%-
HSV(B)249.57º39.17%94.12%-
XYZ40.7134.4386.94-
YUV161.2172.47127.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=29.43%
G=26.69%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611462400.330.3900.06249.5775.8175.69
HexA192F0212706fa4c4c
Octal241222360414706372114114
Binary10100001100100101111000010000110011101101111101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192F0; }

 p { color: rgb(161,146,240); }

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

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

 a { background-color: rgb(161,146,240); }

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

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

 span { border-color: rgb(161,146,240); }

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