#A096CE

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

Shades of Wistful #A096CE

Tints of Wistful #A096CE

Color information

#A096CE (or 0xA096CE) is unknown color: approx Wistful. HEX triplet: A0, 96 and CE. RGB value is (160,150,206). Sum of RGB (Red+Green+Blue) = 160+150+206=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A096CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096CE is #5F6931. Grayscale: #9F9F9F. Windows color (decimal): -6252850 or 13538976. OLE color: 13538976.

HSL color Cylindrical-coordinate representation of color #A096CE: hue angle of 250.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A096CE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160150206-
CMYK0.220.2700.19
HSL250.71º36.36%69.8%-
HSV(B)250.71º27.18%80.78%-
XYZ36.5433.7462.98-
YUV159.37154.31128.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=31.01%
G=29.07%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601502060.220.2700.19250.7136.3669.8
HexA096CE161B013fb2446
Octal240226316263302337344106
Binary1010000010010110110011101011011011010011111110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096CE; }

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

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

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

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

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

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

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

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