#A79CF0

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

Shades of Wistful #A79CF0

Tints of Wistful #A79CF0

Color information

#A79CF0 (or 0xA79CF0) is unknown color: approx Wistful. HEX triplet: A7, 9C and F0. RGB value is (167,156,240). Sum of RGB (Red+Green+Blue) = 167+156+240=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #A79CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79CF0 is #58630F. Grayscale: #A8A8A8. Windows color (decimal): -5792528 or 15768743. OLE color: 15768743.

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

Color convert

RGB167156240-
CMYK0.300.3500.06
HSL247.86º73.68%77.65%-
HSV(B)247.86º35%94.12%-
XYZ43.5538.2887.53-
YUV168.86168.14126.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=29.66%
G=27.71%
B=42.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671562400.300.3500.06247.8673.6877.65
HexA79CF01E2306f84a4e
Octal247234360364306370112116
Binary1010011110011100111100001111010001101101111100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CF0; }

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

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

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

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

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

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

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

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