#A9ABDC

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

Shades of Wistful #A9ABDC

Tints of Wistful #A9ABDC

Color information

#A9ABDC (or 0xA9ABDC) is unknown color: approx Wistful. HEX triplet: A9, AB and DC. RGB value is (169,171,220). Sum of RGB (Red+Green+Blue) = 169+171+220=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDC is #565423. Grayscale: #AFAFAF. Windows color (decimal): -5657636 or 14461865. OLE color: 14461865.

HSL color Cylindrical-coordinate representation of color #A9ABDC: hue angle of 237.65º degrees, saturation: 0.42, 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 #A9ABDC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169171220-
CMYK0.230.2200.14
HSL237.65º42.15%76.27%-
HSV(B)237.65º23.18%86.27%-
XYZ43.8442.7373.65-
YUV175.99152.84123.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=30.18%
G=30.54%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691712200.230.2200.14237.6542.1576.27
HexA9ABDC17160Eee2a4c
Octal251253334272601635652114
Binary101010011010101111011100101111011001110111011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABDC; }

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

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

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

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

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

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

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

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