#A5A8DF

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

Shades of Wistful #A5A8DF

Tints of Wistful #A5A8DF

Color information

#A5A8DF (or 0xA5A8DF) is unknown color: approx Wistful. HEX triplet: A5, A8 and DF. RGB value is (165,168,223). Sum of RGB (Red+Green+Blue) = 165+168+223=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 168 (66.02% from 255 or 30.22% 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 #A5A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8DF is #5A5720. Grayscale: #ADADAD. Windows color (decimal): -5920545 or 14657701. OLE color: 14657701.

HSL color Cylindrical-coordinate representation of color #A5A8DF: hue angle of 236.9º 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 #A5A8DF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165168223-
CMYK0.260.2500.13
HSL236.9º47.54%76.08%-
HSV(B)236.9º26.01%87.45%-
XYZ42.8441.3375.53-
YUV173.37156.01122.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651682230.260.2500.13236.947.5476.08
HexA5A8DF1A190Ded304c
Octal245250337323101535560114
Binary101001011010100011011111110101100101101111011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8DF; }

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

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

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

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

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

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

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

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