#A79FE5

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

Shades of Wistful #A79FE5

Tints of Wistful #A79FE5

Color information

#A79FE5 (or 0xA79FE5) is unknown color: approx Wistful. HEX triplet: A7, 9F and E5. RGB value is (167,159,229). Sum of RGB (Red+Green+Blue) = 167+159+229=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #A79FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FE5 is #58601A. Grayscale: #A9A9A9. Windows color (decimal): -5791771 or 15048615. OLE color: 15048615.

HSL color Cylindrical-coordinate representation of color #A79FE5: hue angle of 246.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A79FE5 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB167159229-
CMYK0.270.3100.10
HSL246.86º57.38%76.08%-
HSV(B)246.86º30.57%89.8%-
XYZ42.4838.6779.35-
YUV169.37161.65126.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 229 (89.84% from 255) = 41.26%
R=30.09%
G=28.65%
B=41.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671592290.270.3100.10246.8657.3876.08
HexA79FE51B1F0Af7394c
Octal247237345333701236771114
Binary101001111001111111100101110111111101010111101111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FE5; }

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

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

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

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

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

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

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

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