#A9A5C1

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

Shades of Wistful #A9A5C1

Tints of Wistful #A9A5C1

Color information

#A9A5C1 (or 0xA9A5C1) is unknown color: approx Wistful. HEX triplet: A9, A5 and C1. RGB value is (169,165,193). Sum of RGB (Red+Green+Blue) = 169+165+193=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5C1 is #565A3E. Grayscale: #A9A9A9. Windows color (decimal): -5659199 or 12690857. OLE color: 12690857.

HSL color Cylindrical-coordinate representation of color #A9A5C1: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9A5C1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169165193-
CMYK0.120.1500.24
HSL248.57º18.42%70.2%-
HSV(B)248.57º14.51%75.69%-
XYZ39.4439.255.94-
YUV169.39141.33127.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=32.07%
G=31.31%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691651930.120.1500.24248.5718.4270.2
HexA9A5C1CF018f91246
Octal251245301141703037122106
Binary1010100110100101110000011100111101100011111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5C1; }

 p { color: rgb(169,165,193); }

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

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

 a { background-color: rgb(169,165,193); }

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

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

 span { border-color: rgb(169,165,193); }

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