#A9ABDB

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

Shades of Wistful #A9ABDB

Tints of Wistful #A9ABDB

Color information

#A9ABDB (or 0xA9ABDB) is unknown color: approx Wistful. HEX triplet: A9, AB and DB. RGB value is (169,171,219). Sum of RGB (Red+Green+Blue) = 169+171+219=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDB is #565424. Grayscale: #AFAFAF. Windows color (decimal): -5657637 or 14396329. OLE color: 14396329.

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

Color convert

RGB169171219-
CMYK0.230.2200.14
HSL237.6º40.98%76.08%-
HSV(B)237.6º22.83%85.88%-
XYZ43.7142.6872.95-
YUV175.87152.34123.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=30.23%
G=30.59%
B=39.18%

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
Decimal1691712190.230.2200.14237.640.9876.08
HexA9ABDB17160Eee294c
Octal251253333272601635651114
Binary101010011010101111011011101111011001110111011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABDB; }

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

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

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

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

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

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

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

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