#a79ff0

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

Shades of Wistful #A79FF0

Tints of Wistful #A79FF0

Color information

#A79FF0 (or 0xA79FF0) is unknown color: approx Wistful. HEX triplet: A7, 9F and F0. RGB value is (167,159,240). Sum of RGB (Red+Green+Blue) = 167+159+240=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #A79FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79FF0 is #58600F. Grayscale: #AAAAAA. Windows color (decimal): -5791760 or 15769511. OLE color: 15769511.

HSL color Cylindrical-coordinate representation of color #A79FF0: hue angle of 245.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A79FF0 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167159240-
CMYK0.300.3400.06
HSL245.93º72.97%78.24%-
HSV(B)245.93º33.75%94.12%-
XYZ44.0639.387.7-
YUV170.63167.15125.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.51%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=29.51%
G=28.09%
B=42.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671592400.300.3400.06245.9372.9778.24
HexA79FF01E2206f6494e
Octal247237360364206366111116
Binary1010011110011111111100001111010001001101111011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79ff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79ff0; }

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

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

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

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

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

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

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

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