#A7A3CE

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

Shades of Wistful #A7A3CE

Tints of Wistful #A7A3CE

Color information

#A7A3CE (or 0xA7A3CE) is unknown color: approx Wistful. HEX triplet: A7, A3 and CE. RGB value is (167,163,206). Sum of RGB (Red+Green+Blue) = 167+163+206=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3CE is #585C31. Grayscale: #A8A8A8. Windows color (decimal): -5790770 or 13542311. OLE color: 13542311.

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

Color convert

RGB167163206-
CMYK0.190.2100.19
HSL245.58º30.5%72.35%-
HSV(B)245.58º20.87%80.78%-
XYZ40.1738.8763.78-
YUV169.1148.83126.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=31.16%
G=30.41%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671632060.190.2100.19245.5830.572.35
HexA7A3CE1315013f61e48
Octal247243316232502336636110
Binary101001111010001111001110100111010101001111110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3CE; }

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

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

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

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

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

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

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

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