#A9ABDA

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

Shades of Wistful #A9ABDA

Tints of Wistful #A9ABDA

Color information

#A9ABDA (or 0xA9ABDA) is unknown color: approx Wistful. HEX triplet: A9, AB and DA. RGB value is (169,171,218). Sum of RGB (Red+Green+Blue) = 169+171+218=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDA is #565425. Grayscale: #AFAFAF. Windows color (decimal): -5657638 or 14330793. OLE color: 14330793.

HSL color Cylindrical-coordinate representation of color #A9ABDA: hue angle of 237.55º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9ABDA is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169171218-
CMYK0.220.2200.15
HSL237.55º39.84%75.88%-
HSV(B)237.55º22.48%85.49%-
XYZ43.5842.6272.26-
YUV175.76151.84123.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=30.29%
G=30.65%
B=39.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691712180.220.2200.15237.5539.8475.88
HexA9ABDA16160Fee284c
Octal251253332262601735650114
Binary101010011010101111011010101101011001111111011101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABDA; }

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

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

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

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

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

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

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

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