#A296EE

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

Shades of Wistful #A296EE

Tints of Wistful #A296EE

Color information

#A296EE (or 0xA296EE) is unknown color: approx Wistful. HEX triplet: A2, 96 and EE. RGB value is (162,150,238). Sum of RGB (Red+Green+Blue) = 162+150+238=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A296EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296EE is #5D6911. Grayscale: #A3A3A3. Windows color (decimal): -6121746 or 15636130. OLE color: 15636130.

HSL color Cylindrical-coordinate representation of color #A296EE: hue angle of 248.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A296EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162150238-
CMYK0.320.3700.07
HSL248.18º72.13%76.08%-
HSV(B)248.18º36.97%93.33%-
XYZ41.2435.6785.6-
YUV163.62169.98126.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=29.45%
G=27.27%
B=43.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621502380.320.3700.07248.1872.1376.08
HexA296EE202507f8484c
Octal242226356404507370110114
Binary10100010100101101110111010000010010101111111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296EE; }

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

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

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

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

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

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

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

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