#A296E4

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

Shades of Wistful #A296E4

Tints of Wistful #A296E4

Color information

#A296E4 (or 0xA296E4) is unknown color: approx Wistful. HEX triplet: A2, 96 and E4. RGB value is (162,150,228). Sum of RGB (Red+Green+Blue) = 162+150+228=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #A296E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296E4 is #5D691B. Grayscale: #A2A2A2. Windows color (decimal): -6121756 or 14980770. OLE color: 14980770.

HSL color Cylindrical-coordinate representation of color #A296E4: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A296E4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162150228-
CMYK0.290.3400.11
HSL249.23º59.09%74.12%-
HSV(B)249.23º34.21%89.41%-
XYZ39.8135.178.07-
YUV162.48164.98127.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 228 (89.45% from 255) = 42.22%
R=30%
G=27.78%
B=42.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621502280.290.3400.11249.2359.0974.12
HexA296E41D220Bf93b4a
Octal242226344354201337173112
Binary1010001010010110111001001110110001001011111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296E4; }

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

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

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

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

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

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

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

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