#A096E6

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

Shades of Wistful #A096E6

Tints of Wistful #A096E6

Color information

#A096E6 (or 0xA096E6) is unknown color: approx Wistful. HEX triplet: A0, 96 and E6. RGB value is (160,150,230). Sum of RGB (Red+Green+Blue) = 160+150+230=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #A096E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096E6 is #5F6919. Grayscale: #A1A1A1. Windows color (decimal): -6252826 or 15111840. OLE color: 15111840.

HSL color Cylindrical-coordinate representation of color #A096E6: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A096E6 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160150230-
CMYK0.300.3500.10
HSL247.5º61.54%74.51%-
HSV(B)247.5º34.78%90.2%-
XYZ39.693579.53-
YUV162.11166.31126.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 230 (90.23% from 255) = 42.59%
R=29.63%
G=27.78%
B=42.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601502300.300.3500.10247.561.5474.51
HexA096E61E230Af83e4b
Octal240226346364301237076113
Binary1010000010010110111001101111010001101010111110001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096E6; }

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

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

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

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

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

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

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

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