#A296CE

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

Shades of Wistful #A296CE

Tints of Wistful #A296CE

Color information

#A296CE (or 0xA296CE) is unknown color: approx Wistful. HEX triplet: A2, 96 and CE. RGB value is (162,150,206). Sum of RGB (Red+Green+Blue) = 162+150+206=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A296CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CE is #5D6931. Grayscale: #9F9F9F. Windows color (decimal): -6121778 or 13538978. OLE color: 13538978.

HSL color Cylindrical-coordinate representation of color #A296CE: hue angle of 252.86º 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 #A296CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162150206-
CMYK0.210.2700.19
HSL252.86º36.36%69.8%-
HSV(B)252.86º27.18%80.78%-
XYZ36.9533.9563-
YUV159.97153.98129.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=31.27%
G=28.96%
B=39.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621502060.210.2700.19252.8636.3669.8
HexA296CE151B013fd2446
Octal242226316253302337544106
Binary1010001010010110110011101010111011010011111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296CE; }

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

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

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

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

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

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

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

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