#A9A1CB

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

Shades of Wistful #A9A1CB

Tints of Wistful #A9A1CB

Color information

#A9A1CB (or 0xA9A1CB) is unknown color: approx Wistful. HEX triplet: A9, A1 and CB. RGB value is (169,161,203). Sum of RGB (Red+Green+Blue) = 169+161+203=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1CB is #565E34. Grayscale: #A8A8A8. Windows color (decimal): -5660213 or 13345193. OLE color: 13345193.

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

Color convert

RGB169161203-
CMYK0.170.2100.20
HSL251.43º28.77%71.37%-
HSV(B)251.43º20.69%79.61%-
XYZ39.8938.2461.78-
YUV168.18147.65128.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=31.71%
G=30.21%
B=38.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691612030.170.2100.20251.4328.7771.37
HexA9A1CB1115014fb1d47
Octal251241313212502437335107
Binary101010011010000111001011100011010101010011111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1CB; }

 p { color: rgb(169,161,203); }

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

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

 a { background-color: rgb(169,161,203); }

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

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

 span { border-color: rgb(169,161,203); }

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