#A299EE

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

Shades of Wistful #A299EE

Tints of Wistful #A299EE

Color information

#A299EE (or 0xA299EE) is unknown color: approx Wistful. HEX triplet: A2, 99 and EE. RGB value is (162,153,238). Sum of RGB (Red+Green+Blue) = 162+153+238=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A299EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EE is #5D6611. Grayscale: #A5A5A5. Windows color (decimal): -6120978 or 15636898. OLE color: 15636898.

HSL color Cylindrical-coordinate representation of color #A299EE: hue angle of 246.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A299EE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162153238-
CMYK0.320.3600.07
HSL246.35º71.43%76.67%-
HSV(B)246.35º35.71%93.33%-
XYZ41.7236.6485.76-
YUV165.38168.98125.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=29.29%
G=27.67%
B=43.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621532380.320.3600.07246.3571.4376.67
HexA299EE202407f6474d
Octal242231356404407366107115
Binary10100010100110011110111010000010010001111111011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299EE; }

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

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

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

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

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

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

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

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