#A79DC7

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

Shades of Wistful #A79DC7

Tints of Wistful #A79DC7

Color information

#A79DC7 (or 0xA79DC7) is unknown color: approx Wistful. HEX triplet: A7, 9D and C7. RGB value is (167,157,199). Sum of RGB (Red+Green+Blue) = 167+157+199=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #A79DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DC7 is #586238. Grayscale: #A4A4A4. Windows color (decimal): -5792313 or 13082023. OLE color: 13082023.

HSL color Cylindrical-coordinate representation of color #A79DC7: hue angle of 254.29º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A79DC7 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167157199-
CMYK0.160.2100.22
HSL254.29º27.27%69.8%-
HSV(B)254.29º21.11%78.04%-
XYZ38.336.4559.05-
YUV164.78147.31129.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=31.93%
G=30.02%
B=38.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671571990.160.2100.22254.2927.2769.8
HexA79DC71015016fe1b46
Octal247235307202502637633106
Binary101001111001110111000111100001010101011011111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DC7; }

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

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

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

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

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

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

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

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