#A299DD

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

Shades of Wistful #A299DD

Tints of Wistful #A299DD

Color information

#A299DD (or 0xA299DD) is unknown color: approx Wistful. HEX triplet: A2, 99 and DD. RGB value is (162,153,221). Sum of RGB (Red+Green+Blue) = 162+153+221=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A299DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299DD is #5D6622. Grayscale: #A3A3A3. Windows color (decimal): -6120995 or 14522786. OLE color: 14522786.

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

Color convert

RGB162153221-
CMYK0.270.3100.13
HSL247.94º50%73.33%-
HSV(B)247.94º30.77%86.67%-
XYZ39.3435.6873.22-
YUV163.44160.48126.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=30.22%
G=28.54%
B=41.23%

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
Decimal1621532210.270.3100.13247.945073.33
HexA299DD1B1F0Df83249
Octal242231335333701537062111
Binary101000101001100111011101110111111101101111110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299DD; }

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

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

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

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

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

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

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

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