#A79DCF

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

Shades of Wistful #A79DCF

Tints of Wistful #A79DCF

Color information

#A79DCF (or 0xA79DCF) is unknown color: approx Wistful. HEX triplet: A7, 9D and CF. RGB value is (167,157,207). Sum of RGB (Red+Green+Blue) = 167+157+207=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A79DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DCF is #586230. Grayscale: #A5A5A5. Windows color (decimal): -5792305 or 13606311. OLE color: 13606311.

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

Color convert

RGB167157207-
CMYK0.190.2400.19
HSL252º34.25%71.37%-
HSV(B)252º24.15%81.18%-
XYZ39.2636.8364.07-
YUV165.69151.31128.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=31.45%
G=29.57%
B=38.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671572070.190.2400.1925234.2571.37
HexA79DCF1318013fc2247
Octal247235317233002337442107
Binary1010011110011101110011111001111000010011111111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DCF; }

 p { color: rgb(167,157,207); }

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

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

 a { background-color: rgb(167,157,207); }

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

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

 span { border-color: rgb(167,157,207); }

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