#A296E1

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

Shades of Wistful #A296E1

Tints of Wistful #A296E1

Color information

#A296E1 (or 0xA296E1) is unknown color: approx Wistful. HEX triplet: A2, 96 and E1. RGB value is (162,150,225). Sum of RGB (Red+Green+Blue) = 162+150+225=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #A296E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296E1 is #5D691E. Grayscale: #A1A1A1. Windows color (decimal): -6121759 or 14784162. OLE color: 14784162.

HSL color Cylindrical-coordinate representation of color #A296E1: hue angle of 249.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A296E1 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162150225-
CMYK0.280.3300.12
HSL249.6º55.56%73.53%-
HSV(B)249.6º33.33%88.24%-
XYZ39.434.9375.9-
YUV162.14163.48127.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=30.17%
G=27.93%
B=41.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621502250.280.3300.12249.655.5673.53
HexA296E11C210Cfa384a
Octal242226341344101437270112
Binary1010001010010110111000011110010000101100111110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296E1; }

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

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

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

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

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

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

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

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