#A299D9

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

Shades of Wistful #A299D9

Tints of Wistful #A299D9

Color information

#A299D9 (or 0xA299D9) is unknown color: approx Wistful. HEX triplet: A2, 99 and D9. RGB value is (162,153,217). Sum of RGB (Red+Green+Blue) = 162+153+217=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #A299D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D9 is #5D6626. Grayscale: #A2A2A2. Windows color (decimal): -6120999 or 14260642. OLE color: 14260642.

HSL color Cylindrical-coordinate representation of color #A299D9: hue angle of 248.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A299D9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162153217-
CMYK0.250.2900.15
HSL248.44º45.71%72.55%-
HSV(B)248.44º29.49%85.1%-
XYZ38.8235.4770.45-
YUV162.99158.48127.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=30.45%
G=28.76%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621532170.250.2900.15248.4445.7172.55
HexA299D9191D0Ff82e49
Octal242231331313501737056111
Binary101000101001100111011001110011110101111111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299D9; }

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

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

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

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

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

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

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

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