#A79BF5

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

Shades of Wistful #A79BF5

Tints of Wistful #A79BF5

Color information

#A79BF5 (or 0xA79BF5) is unknown color: approx Wistful. HEX triplet: A7, 9B and F5. RGB value is (167,155,245). Sum of RGB (Red+Green+Blue) = 167+155+245=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #A79BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BF5 is #58640A. Grayscale: #A8A8A8. Windows color (decimal): -5792779 or 16096167. OLE color: 16096167.

HSL color Cylindrical-coordinate representation of color #A79BF5: hue angle of 248º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79BF5 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167155245-
CMYK0.320.3700.04
HSL248º81.82%78.43%-
HSV(B)248º36.73%96.08%-
XYZ44.1438.2591.44-
YUV168.85170.98126.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=29.45%
G=27.34%
B=43.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671552450.320.3700.0424881.8278.43
HexA79BF5202504f8524e
Octal247233365404504370122116
Binary10100111100110111111010110000010010101001111100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BF5; }

 p { color: rgb(167,155,245); }

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

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

 a { background-color: rgb(167,155,245); }

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

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

 span { border-color: rgb(167,155,245); }

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