#A499DD

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

Shades of Wistful #A499DD

Tints of Wistful #A499DD

Color information

#A499DD (or 0xA499DD) is unknown color: approx Wistful. HEX triplet: A4, 99 and DD. RGB value is (164,153,221). Sum of RGB (Red+Green+Blue) = 164+153+221=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A499DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DD is #5B6622. Grayscale: #A3A3A3. Windows color (decimal): -5989923 or 14522788. OLE color: 14522788.

HSL color Cylindrical-coordinate representation of color #A499DD: hue angle of 249.71º 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 #A499DD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164153221-
CMYK0.260.3100.13
HSL249.71º50%73.33%-
HSV(B)249.71º30.77%86.67%-
XYZ39.7535.973.24-
YUV164.04160.14127.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=30.48%
G=28.44%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641532210.260.3100.13249.715073.33
HexA499DD1A1F0Dfa3249
Octal244231335323701537262111
Binary101001001001100111011101110101111101101111110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499DD; }

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

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

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

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

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

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

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

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