#A9A1CC

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

Shades of Wistful #A9A1CC

Tints of Wistful #A9A1CC

Color information

#A9A1CC (or 0xA9A1CC) is unknown color: approx Wistful. HEX triplet: A9, A1 and CC. RGB value is (169,161,204). Sum of RGB (Red+Green+Blue) = 169+161+204=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1CC is #565E33. Grayscale: #A8A8A8. Windows color (decimal): -5660212 or 13410729. OLE color: 13410729.

HSL color Cylindrical-coordinate representation of color #A9A1CC: hue angle of 251.16º degrees, saturation: 0.3, 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 #A9A1CC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169161204-
CMYK0.170.2100.2
HSL251.16º29.66%71.57%-
HSV(B)251.16º21.08%80%-
XYZ40.0138.2862.41-
YUV168.29148.15128.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=31.65%
G=30.15%
B=38.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691612040.170.2100.2251.1629.6671.57
HexA9A1CC1115014fb1e48
Octal251241314212502437336110
Binary101010011010000111001100100011010101010011111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1CC; }

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

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

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

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

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

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

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

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