#A9A5DD

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

Shades of Wistful #A9A5DD

Tints of Wistful #A9A5DD

Color information

#A9A5DD (or 0xA9A5DD) is unknown color: approx Wistful. HEX triplet: A9, A5 and DD. RGB value is (169,165,221). Sum of RGB (Red+Green+Blue) = 169+165+221=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5DD is #565A22. Grayscale: #ACACAC. Windows color (decimal): -5659171 or 14525865. OLE color: 14525865.

HSL color Cylindrical-coordinate representation of color #A9A5DD: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A5DD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169165221-
CMYK0.240.2500.13
HSL244.29º45.16%75.69%-
HSV(B)244.29º25.34%86.67%-
XYZ42.8740.5773.98-
YUV172.58155.33125.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=30.45%
G=29.73%
B=39.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691652210.240.2500.13244.2945.1675.69
HexA9A5DD18190Df42d4c
Octal251245335303101536455114
Binary101010011010010111011101110001100101101111101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5DD; }

 p { color: rgb(169,165,221); }

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

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

 a { background-color: rgb(169,165,221); }

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

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

 span { border-color: rgb(169,165,221); }

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