#A79DC5

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

Shades of Wistful #A79DC5

Tints of Wistful #A79DC5

Color information

#A79DC5 (or 0xA79DC5) is unknown color: approx Wistful. HEX triplet: A7, 9D and C5. RGB value is (167,157,197). Sum of RGB (Red+Green+Blue) = 167+157+197=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #A79DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DC5 is #58623A. Grayscale: #A4A4A4. Windows color (decimal): -5792315 or 12950951. OLE color: 12950951.

HSL color Cylindrical-coordinate representation of color #A79DC5: hue angle of 255º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79DC5 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167157197-
CMYK0.150.2000.23
HSL255º25.64%69.41%-
HSV(B)255º20.3%77.25%-
XYZ38.0736.3657.84-
YUV164.55146.31129.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 197 (77.34% from 255) = 37.81%
R=32.05%
G=30.13%
B=37.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671571970.150.2000.2325525.6469.41
HexA79DC5F14017ff1a45
Octal247235305172402737732105
Binary10100111100111011100010111111010001011111111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DC5; }

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

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

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

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

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

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

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

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