#A7A8DF

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

Shades of Wistful #A7A8DF

Tints of Wistful #A7A8DF

Color information

#A7A8DF (or 0xA7A8DF) is unknown color: approx Wistful. HEX triplet: A7, A8 and DF. RGB value is (167,168,223). Sum of RGB (Red+Green+Blue) = 167+168+223=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DF is #585720. Grayscale: #ADADAD. Windows color (decimal): -5789473 or 14657703. OLE color: 14657703.

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

Color convert

RGB167168223-
CMYK0.250.2500.13
HSL238.93º46.67%76.47%-
HSV(B)238.93º25.11%87.45%-
XYZ43.2641.5575.55-
YUV173.97155.67123.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=29.93%
G=30.11%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671682230.250.2500.13238.9346.6776.47
HexA7A8DF19190Def2f4c
Octal247250337313101535757114
Binary101001111010100011011111110011100101101111011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A8DF; }

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

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

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

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

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

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

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

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