#A79FC1

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

Shades of Wistful #A79FC1

Tints of Wistful #A79FC1

Color information

#A79FC1 (or 0xA79FC1) is unknown color: approx Wistful. HEX triplet: A7, 9F and C1. RGB value is (167,159,193). Sum of RGB (Red+Green+Blue) = 167+159+193=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A79FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FC1 is #58603E. Grayscale: #A5A5A5. Windows color (decimal): -5791807 or 12689319. OLE color: 12689319.

HSL color Cylindrical-coordinate representation of color #A79FC1: hue angle of 254.12º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79FC1 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167159193-
CMYK0.130.1800.24
HSL254.12º21.52%69.02%-
HSV(B)254.12º17.62%75.69%-
XYZ37.9636.8655.57-
YUV165.27143.65129.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=32.18%
G=30.64%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671591930.130.1800.24254.1221.5269.02
HexA79FC1D12018fe1645
Octal247237301152203037626105
Binary10100111100111111100000111011001001100011111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FC1; }

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

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

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

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

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

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

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

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