#A9A1CD

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

Shades of Wistful #A9A1CD

Tints of Wistful #A9A1CD

Color information

#A9A1CD (or 0xA9A1CD) is unknown color: approx Wistful. HEX triplet: A9, A1 and CD. RGB value is (169,161,205). Sum of RGB (Red+Green+Blue) = 169+161+205=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1CD is #565E32. Grayscale: #A8A8A8. Windows color (decimal): -5660211 or 13476265. OLE color: 13476265.

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

Color convert

RGB169161205-
CMYK0.180.2100.20
HSL250.91º30.56%71.76%-
HSV(B)250.91º21.46%80.39%-
XYZ40.1338.3363.04-
YUV168.41148.65128.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=31.59%
G=30.09%
B=38.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691612050.180.2100.20250.9130.5671.76
HexA9A1CD1215014fb1f48
Octal251241315222502437337110
Binary101010011010000111001101100101010101010011111011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1CD; }

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

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

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

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

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

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

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

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