#A9A3DA

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

Shades of Wistful #A9A3DA

Tints of Wistful #A9A3DA

Color information

#A9A3DA (or 0xA9A3DA) is unknown color: approx Wistful. HEX triplet: A9, A3 and DA. RGB value is (169,163,218). Sum of RGB (Red+Green+Blue) = 169+163+218=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3DA is #565C25. Grayscale: #AAAAAA. Windows color (decimal): -5659686 or 14328745. OLE color: 14328745.

HSL color Cylindrical-coordinate representation of color #A9A3DA: hue angle of 246.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A3DA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169163218-
CMYK0.220.2500.15
HSL246.55º42.64%74.71%-
HSV(B)246.55º25.23%85.49%-
XYZ42.1139.6971.77-
YUV171.06154.49126.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=30.73%
G=29.64%
B=39.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691632180.220.2500.15246.5542.6474.71
HexA9A3DA16190Ff72b4b
Octal251243332263101736753113
Binary101010011010001111011010101101100101111111101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A3DA; }

 p { color: rgb(169,163,218); }

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

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

 a { background-color: rgb(169,163,218); }

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

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

 span { border-color: rgb(169,163,218); }

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