#A299EC

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

Shades of Wistful #A299EC

Tints of Wistful #A299EC

Color information

#A299EC (or 0xA299EC) is unknown color: approx Wistful. HEX triplet: A2, 99 and EC. RGB value is (162,153,236). Sum of RGB (Red+Green+Blue) = 162+153+236=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A299EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EC is #5D6613. Grayscale: #A4A4A4. Windows color (decimal): -6120980 or 15505826. OLE color: 15505826.

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

Color convert

RGB162153236-
CMYK0.310.3500.07
HSL246.51º68.6%76.27%-
HSV(B)246.51º35.17%92.55%-
XYZ41.4336.5284.22-
YUV165.15167.98125.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=29.40%
G=27.77%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621532360.310.3500.07246.5168.676.27
HexA299EC1F2307f7454c
Octal242231354374307367105114
Binary1010001010011001111011001111110001101111111011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299EC; }

 p { color: rgb(162,153,236); }

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

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

 a { background-color: rgb(162,153,236); }

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

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

 span { border-color: rgb(162,153,236); }

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