#A9A9DB

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

Shades of Wistful #A9A9DB

Tints of Wistful #A9A9DB

Color information

#A9A9DB (or 0xA9A9DB) is unknown color: approx Wistful. HEX triplet: A9, A9 and DB. RGB value is (169,169,219). Sum of RGB (Red+Green+Blue) = 169+169+219=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A9DB is #565624. Grayscale: #AEAEAE. Windows color (decimal): -5658149 or 14395817. OLE color: 14395817.

HSL color Cylindrical-coordinate representation of color #A9A9DB: hue angle of 240º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9A9DB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169169219-
CMYK0.230.2300.14
HSL240º40.98%76.08%-
HSV(B)240º22.83%85.88%-
XYZ43.3441.9372.83-
YUV174.7153123.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=30.34%
G=30.34%
B=39.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691692190.230.2300.1424040.9876.08
HexA9A9DB17170Ef0294c
Octal251251333272701636051114
Binary101010011010100111011011101111011101110111100001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9DB; }

 p { color: rgb(169,169,219); }

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

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

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

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

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

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

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