#A195DD

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

Shades of Wistful #A195DD

Tints of Wistful #A195DD

Color information

#A195DD (or 0xA195DD) is unknown color: approx Wistful. HEX triplet: A1, 95 and DD. RGB value is (161,149,221). Sum of RGB (Red+Green+Blue) = 161+149+221=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A195DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DD is #5E6A22. Grayscale: #A0A0A0. Windows color (decimal): -6187555 or 14521761. OLE color: 14521761.

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

Color convert

RGB161149221-
CMYK0.270.3300.13
HSL250º51.43%72.55%-
HSV(B)250º32.58%86.67%-
XYZ38.534.2973-
YUV160.8161.98128.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=30.32%
G=28.06%
B=41.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611492210.270.3300.1325051.4372.55
HexA195DD1B210Dfa3349
Octal241225335334101537263111
Binary1010000110010101110111011101110000101101111110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195DD; }

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

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

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

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

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

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

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

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