#A192DF

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

Shades of Wistful #A192DF

Tints of Wistful #A192DF

Color information

#A192DF (or 0xA192DF) is unknown color: approx Wistful. HEX triplet: A1, 92 and DF. RGB value is (161,146,223). Sum of RGB (Red+Green+Blue) = 161+146+223=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A192DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192DF is #5E6D20. Grayscale: #9E9E9E. Windows color (decimal): -6188321 or 14652065. OLE color: 14652065.

HSL color Cylindrical-coordinate representation of color #A192DF: hue angle of 251.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A192DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161146223-
CMYK0.280.3500.13
HSL251.69º54.61%72.35%-
HSV(B)251.69º34.53%87.45%-
XYZ38.333.4674.25-
YUV159.26163.97129.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=30.38%
G=27.55%
B=42.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611462230.280.3500.13251.6954.6172.35
HexA192DF1C230Dfc3748
Octal241222337344301537467110
Binary1010000110010010110111111110010001101101111111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192DF; }

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

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

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

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

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

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

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

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