#A9ABCD

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

Shades of Wistful #A9ABCD

Tints of Wistful #A9ABCD

Color information

#A9ABCD (or 0xA9ABCD) is unknown color: approx Wistful. HEX triplet: A9, AB and CD. RGB value is (169,171,205). Sum of RGB (Red+Green+Blue) = 169+171+205=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABCD is #565432. Grayscale: #AEAEAE. Windows color (decimal): -5657651 or 13478825. OLE color: 13478825.

HSL color Cylindrical-coordinate representation of color #A9ABCD: hue angle of 236.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9ABCD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169171205-
CMYK0.180.1700.20
HSL236.67º26.47%73.33%-
HSV(B)236.67º17.56%80.39%-
XYZ41.9441.9763.65-
YUV174.28145.34124.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=31.01%
G=31.38%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691712050.180.1700.20236.6726.4773.33
HexA9ABCD1211014ed1a49
Octal251253315222102435532111
Binary101010011010101111001101100101000101010011101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABCD; }

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

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

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

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

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

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

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

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