#A192DD

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

Shades of Wistful #A192DD

Tints of Wistful #A192DD

Color information

#A192DD (or 0xA192DD) is unknown color: approx Wistful. HEX triplet: A1, 92 and DD. RGB value is (161,146,221). Sum of RGB (Red+Green+Blue) = 161+146+221=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A192DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192DD is #5E6D22. Grayscale: #9E9E9E. Windows color (decimal): -6188323 or 14520993. OLE color: 14520993.

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

Color convert

RGB161146221-
CMYK0.270.3400.13
HSL252º52.45%71.96%-
HSV(B)252º33.94%86.67%-
XYZ38.0333.3672.84-
YUV159.04162.97129.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=30.49%
G=27.65%
B=41.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611462210.270.3400.1325252.4571.96
HexA192DD1B220Dfc3448
Octal241222335334201537464110
Binary1010000110010010110111011101110001001101111111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192DD; }

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

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

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

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

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

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

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

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