#a9a0dc

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

Shades of Wistful #A9A0DC

Tints of Wistful #A9A0DC

Color information

#A9A0DC (or 0xA9A0DC) is unknown color: approx Wistful. HEX triplet: A9, A0 and DC. RGB value is (169,160,220). Sum of RGB (Red+Green+Blue) = 169+160+220=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0DC is #565F23. Grayscale: #A9A9A9. Windows color (decimal): -5660452 or 14459049. OLE color: 14459049.

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

Color convert

RGB169160220-
CMYK0.230.2700.14
HSL249º46.15%74.51%-
HSV(B)249º27.27%86.27%-
XYZ41.8538.7472.98-
YUV169.53156.48127.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=30.78%
G=29.14%
B=40.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691602200.230.2700.1424946.1574.51
HexA9A0DC171B0Ef92e4b
Octal251240334273301637156113
Binary101010011010000011011100101111101101110111110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a0dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a0dc; }

 p { color: rgb(169,160,220); }

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

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

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

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

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

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

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