#A7A9CE

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

Shades of Wistful #A7A9CE

Tints of Wistful #A7A9CE

Color information

#A7A9CE (or 0xA7A9CE) is unknown color: approx Wistful. HEX triplet: A7, A9 and CE. RGB value is (167,169,206). Sum of RGB (Red+Green+Blue) = 167+169+206=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7A9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A9CE is #585631. Grayscale: #ACACAC. Windows color (decimal): -5789234 or 13543847. OLE color: 13543847.

HSL color Cylindrical-coordinate representation of color #A7A9CE: hue angle of 236.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7A9CE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167169206-
CMYK0.190.1800.19
HSL236.92º28.47%73.14%-
HSV(B)236.92º18.93%80.78%-
XYZ41.2641.0564.14-
YUV172.62146.84123.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.81%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=30.81%
G=31.18%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671692060.190.1800.19236.9228.4773.14
HexA7A9CE1312013ed1c49
Octal247251316232202335534111
Binary101001111010100111001110100111001001001111101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A9CE; }

 p { color: rgb(167,169,206); }

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

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

 a { background-color: rgb(167,169,206); }

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

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

 span { border-color: rgb(167,169,206); }

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