#A096DC

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

Shades of Wistful #A096DC

Tints of Wistful #A096DC

Color information

#A096DC (or 0xA096DC) is unknown color: approx Wistful. HEX triplet: A0, 96 and DC. RGB value is (160,150,220). Sum of RGB (Red+Green+Blue) = 160+150+220=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096DC is #5F6923. Grayscale: #A0A0A0. Windows color (decimal): -6252836 or 14456480. OLE color: 14456480.

HSL color Cylindrical-coordinate representation of color #A096DC: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A096DC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160150220-
CMYK0.270.3200.14
HSL248.57º50%72.55%-
HSV(B)248.57º31.82%86.27%-
XYZ38.3234.4572.34-
YUV160.97161.31127.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=30.19%
G=28.30%
B=41.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601502200.270.3200.14248.575072.55
HexA096DC1B200Ef93249
Octal240226334334001637162111
Binary1010000010010110110111001101110000001110111110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096DC; }

 p { color: rgb(160,150,220); }

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

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

 a { background-color: rgb(160,150,220); }

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

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

 span { border-color: rgb(160,150,220); }

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