#A299F6

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

Shades of Wistful #A299F6

Tints of Wistful #A299F6

Color information

#A299F6 (or 0xA299F6) is unknown color: approx Wistful. HEX triplet: A2, 99 and F6. RGB value is (162,153,246). Sum of RGB (Red+Green+Blue) = 162+153+246=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #A299F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299F6 is #5D6609. Grayscale: #A5A5A5. Windows color (decimal): -6120970 or 16161186. OLE color: 16161186.

HSL color Cylindrical-coordinate representation of color #A299F6: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A299F6 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162153246-
CMYK0.340.3800.04
HSL245.81º83.78%78.24%-
HSV(B)245.81º37.8%96.47%-
XYZ42.9337.1292.09-
YUV166.29172.98124.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=28.88%
G=27.27%
B=43.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621532460.340.3800.04245.8183.7878.24
HexA299F6222604f6544e
Octal242231366424604366124116
Binary10100010100110011111011010001010011001001111011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299F6; }

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

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

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

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

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

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

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

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