#A79FCA

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

Shades of Wistful #A79FCA

Tints of Wistful #A79FCA

Color information

#A79FCA (or 0xA79FCA) is unknown color: approx Wistful. HEX triplet: A7, 9F and CA. RGB value is (167,159,202). Sum of RGB (Red+Green+Blue) = 167+159+202=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A79FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FCA is #586035. Grayscale: #A6A6A6. Windows color (decimal): -5791798 or 13279143. OLE color: 13279143.

HSL color Cylindrical-coordinate representation of color #A79FCA: hue angle of 251.16º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A79FCA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167159202-
CMYK0.170.2100.21
HSL251.16º28.86%70.78%-
HSV(B)251.16º21.29%79.22%-
XYZ3937.2861.02-
YUV166.29148.15128.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=31.63%
G=30.11%
B=38.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671592020.170.2100.21251.1628.8670.78
HexA79FCA1115015fb1d47
Octal247237312212502537335107
Binary101001111001111111001010100011010101010111111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FCA; }

 p { color: rgb(167,159,202); }

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

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

 a { background-color: rgb(167,159,202); }

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

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

 span { border-color: rgb(167,159,202); }

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