#A5A7DF

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

Shades of Wistful #A5A7DF

Tints of Wistful #A5A7DF

Color information

#A5A7DF (or 0xA5A7DF) is unknown color: approx Wistful. HEX triplet: A5, A7 and DF. RGB value is (165,167,223). Sum of RGB (Red+Green+Blue) = 165+167+223=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7DF is #5A5820. Grayscale: #ACACAC. Windows color (decimal): -5920801 or 14657445. OLE color: 14657445.

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

Color convert

RGB165167223-
CMYK0.260.2500.13
HSL237.93º47.54%76.08%-
HSV(B)237.93º26.01%87.45%-
XYZ42.6640.9675.47-
YUV172.79156.34122.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=29.73%
G=30.09%
B=40.18%

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
Decimal1651672230.260.2500.13237.9347.5476.08
HexA5A7DF1A190Dee304c
Octal245247337323101535660114
Binary101001011010011111011111110101100101101111011101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7DF; }

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

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

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

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

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

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

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

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