#A7A8DC

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

Shades of Wistful #A7A8DC

Tints of Wistful #A7A8DC

Color information

#A7A8DC (or 0xA7A8DC) is unknown color: approx Wistful. HEX triplet: A7, A8 and DC. RGB value is (167,168,220). Sum of RGB (Red+Green+Blue) = 167+168+220=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DC is #585723. Grayscale: #ADADAD. Windows color (decimal): -5789476 or 14461095. OLE color: 14461095.

HSL color Cylindrical-coordinate representation of color #A7A8DC: hue angle of 238.87º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7A8DC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167168220-
CMYK0.240.2400.14
HSL238.87º43.09%75.88%-
HSV(B)238.87º24.09%86.27%-
XYZ42.8641.3973.44-
YUV173.63154.17123.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=30.09%
G=30.27%
B=39.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671682200.240.2400.14238.8743.0975.88
HexA7A8DC18180Eef2b4c
Octal247250334303001635753114
Binary101001111010100011011100110001100001110111011111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A8DC; }

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

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

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

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

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

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

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

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