#A192D9

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

Shades of Wistful #A192D9

Tints of Wistful #A192D9

Color information

#A192D9 (or 0xA192D9) is unknown color: approx Wistful. HEX triplet: A1, 92 and D9. RGB value is (161,146,217). Sum of RGB (Red+Green+Blue) = 161+146+217=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A192D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192D9 is #5E6D26. Grayscale: #9E9E9E. Windows color (decimal): -6188327 or 14258849. OLE color: 14258849.

HSL color Cylindrical-coordinate representation of color #A192D9: hue angle of 252.68º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A192D9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161146217-
CMYK0.260.3300.15
HSL252.68º48.3%71.18%-
HSV(B)252.68º32.72%85.1%-
XYZ37.533.1470.07-
YUV158.58160.97129.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=30.73%
G=27.86%
B=41.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611462170.260.3300.15252.6848.371.18
HexA192D91A210Ffd3047
Octal241222331324101737560107
Binary1010000110010010110110011101010000101111111111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192D9; }

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

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

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

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

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

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

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

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