#A396EE

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

Shades of Wistful #A396EE

Tints of Wistful #A396EE

Color information

#A396EE (or 0xA396EE) is unknown color: approx Wistful. HEX triplet: A3, 96 and EE. RGB value is (163,150,238). Sum of RGB (Red+Green+Blue) = 163+150+238=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A396EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396EE is #5C6911. Grayscale: #A3A3A3. Windows color (decimal): -6056210 or 15636131. OLE color: 15636131.

HSL color Cylindrical-coordinate representation of color #A396EE: hue angle of 248.86º 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 #A396EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163150238-
CMYK0.320.3700.07
HSL248.86º72.13%76.08%-
HSV(B)248.86º36.97%93.33%-
XYZ41.4435.7785.61-
YUV163.92169.81127.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=29.58%
G=27.22%
B=43.19%

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
Decimal1631502380.320.3700.07248.8672.1376.08
HexA396EE202507f9484c
Octal243226356404507371110114
Binary10100011100101101110111010000010010101111111100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396EE; }

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

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

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

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

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

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

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

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