#A296FA

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

Shades of Wistful #A296FA

Tints of Wistful #A296FA

Color information

#A296FA (or 0xA296FA) is unknown color: approx Wistful. HEX triplet: A2, 96 and FA. RGB value is (162,150,250). Sum of RGB (Red+Green+Blue) = 162+150+250=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FA is #5D6905. Grayscale: #A4A4A4. Windows color (decimal): -6121734 or 16422562. OLE color: 16422562.

HSL color Cylindrical-coordinate representation of color #A296FA: hue angle of 247.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A296FA is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162150250-
CMYK0.350.400.02
HSL247.2º90.91%78.43%-
HSV(B)247.2º40%98.04%-
XYZ43.0636.495.2-
YUV164.99175.98125.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.83%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=28.83%
G=26.69%
B=44.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621502500.350.400.02247.290.9178.43
HexA296FA232802f75b4e
Octal242226372435002367133116
Binary1010001010010110111110101000111010000101111011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296FA; }

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

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

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

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

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

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

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

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