#A8A5DF

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

Shades of Wistful #A8A5DF

Tints of Wistful #A8A5DF

Color information

#A8A5DF (or 0xA8A5DF) is unknown color: approx Wistful. HEX triplet: A8, A5 and DF. RGB value is (168,165,223). Sum of RGB (Red+Green+Blue) = 168+165+223=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5DF is #575A20. Grayscale: #ACACAC. Windows color (decimal): -5724705 or 14656936. OLE color: 14656936.

HSL color Cylindrical-coordinate representation of color #A8A5DF: hue angle of 243.1º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8A5DF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168165223-
CMYK0.250.2600.13
HSL243.1º47.54%76.08%-
HSV(B)243.1º26.01%87.45%-
XYZ42.9240.5675.38-
YUV172.51156.49124.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=30.22%
G=29.68%
B=40.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681652230.250.2600.13243.147.5476.08
HexA8A5DF191A0Df3304c
Octal250245337313201536360114
Binary101010001010010111011111110011101001101111100111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5DF; }

 p { color: rgb(168,165,223); }

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

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

 a { background-color: rgb(168,165,223); }

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

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

 span { border-color: rgb(168,165,223); }

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