#A79FED

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

Shades of Wistful #A79FED

Tints of Wistful #A79FED

Color information

#A79FED (or 0xA79FED) is unknown color: approx Wistful. HEX triplet: A7, 9F and ED. RGB value is (167,159,237). Sum of RGB (Red+Green+Blue) = 167+159+237=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #A79FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79FED is #586012. Grayscale: #A9A9A9. Windows color (decimal): -5791763 or 15572903. OLE color: 15572903.

HSL color Cylindrical-coordinate representation of color #A79FED: hue angle of 246.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79FED is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167159237-
CMYK0.300.3300.07
HSL246.15º68.42%77.65%-
HSV(B)246.15º32.91%92.94%-
XYZ43.6239.1385.37-
YUV170.28165.65125.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=29.66%
G=28.24%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671592370.300.3300.07246.1568.4277.65
HexA79FED1E2107f6444e
Octal247237355364107366104116
Binary1010011110011111111011011111010000101111111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FED; }

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

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

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

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

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

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

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

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