#A096D5

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

Shades of Wistful #A096D5

Tints of Wistful #A096D5

Color information

#A096D5 (or 0xA096D5) is unknown color: approx Wistful. HEX triplet: A0, 96 and D5. RGB value is (160,150,213). Sum of RGB (Red+Green+Blue) = 160+150+213=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #A096D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096D5 is #5F692A. Grayscale: #9F9F9F. Windows color (decimal): -6252843 or 13997728. OLE color: 13997728.

HSL color Cylindrical-coordinate representation of color #A096D5: hue angle of 249.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A096D5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160150213-
CMYK0.250.3000.16
HSL249.52º42.86%71.18%-
HSV(B)249.52º29.58%83.53%-
XYZ37.4134.0967.56-
YUV160.17157.81127.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=30.59%
G=28.68%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601502130.250.3000.16249.5242.8671.18
HexA096D5191E010fa2b47
Octal240226325313602037253107
Binary1010000010010110110101011100111110010000111110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096D5; }

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

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

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

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

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

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

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

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