#A9ABCF

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

Shades of Wistful #A9ABCF

Tints of Wistful #A9ABCF

Color information

#A9ABCF (or 0xA9ABCF) is unknown color: approx Wistful. HEX triplet: A9, AB and CF. RGB value is (169,171,207). Sum of RGB (Red+Green+Blue) = 169+171+207=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABCF is #565430. Grayscale: #AEAEAE. Windows color (decimal): -5657649 or 13609897. OLE color: 13609897.

HSL color Cylindrical-coordinate representation of color #A9ABCF: hue angle of 236.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9ABCF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169171207-
CMYK0.180.1700.19
HSL236.84º28.36%73.73%-
HSV(B)236.84º18.36%81.18%-
XYZ42.1942.0764.93-
YUV174.51146.34124.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=30.90%
G=31.26%
B=37.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691712070.180.1700.19236.8428.3673.73
HexA9ABCF1211013ed1c4a
Octal251253317222102335534112
Binary101010011010101111001111100101000101001111101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABCF; }

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

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

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

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

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

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

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

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