#A9A5D3

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

Shades of Wistful #A9A5D3

Tints of Wistful #A9A5D3

Color information

#A9A5D3 (or 0xA9A5D3) is unknown color: approx Wistful. HEX triplet: A9, A5 and D3. RGB value is (169,165,211). Sum of RGB (Red+Green+Blue) = 169+165+211=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #A9A5D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5D3 is #565A2C. Grayscale: #ABABAB. Windows color (decimal): -5659181 or 13870505. OLE color: 13870505.

HSL color Cylindrical-coordinate representation of color #A9A5D3: hue angle of 245.22º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9A5D3 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169165211-
CMYK0.200.2200.17
HSL245.22º34.33%73.73%-
HSV(B)245.22º21.8%82.75%-
XYZ41.5840.0567.17-
YUV171.44150.33126.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=31.01%
G=30.28%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691652110.200.2200.17245.2234.3373.73
HexA9A5D31416011f5224a
Octal251245323242602136542112
Binary1010100110100101110100111010010110010001111101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5D3; }

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

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

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

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

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

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

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

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