#A299DE

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

Shades of Wistful #A299DE

Tints of Wistful #A299DE

Color information

#A299DE (or 0xA299DE) is unknown color: approx Wistful. HEX triplet: A2, 99 and DE. RGB value is (162,153,222). Sum of RGB (Red+Green+Blue) = 162+153+222=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A299DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299DE is #5D6621. Grayscale: #A3A3A3. Windows color (decimal): -6120994 or 14588322. OLE color: 14588322.

HSL color Cylindrical-coordinate representation of color #A299DE: hue angle of 247.83º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A299DE is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162153222-
CMYK0.270.3100.13
HSL247.83º51.11%73.53%-
HSV(B)247.83º31.08%87.06%-
XYZ39.4835.7473.92-
YUV163.56160.98126.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=30.17%
G=28.49%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621532220.270.3100.13247.8351.1173.53
HexA299DE1B1F0Df8334a
Octal242231336333701537063112
Binary101000101001100111011110110111111101101111110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299DE; }

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

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

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

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

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

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

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

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