#A79BE1

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

Shades of Wistful #A79BE1

Tints of Wistful #A79BE1

Color information

#A79BE1 (or 0xA79BE1) is unknown color: approx Wistful. HEX triplet: A7, 9B and E1. RGB value is (167,155,225). Sum of RGB (Red+Green+Blue) = 167+155+225=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #A79BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BE1 is #58641E. Grayscale: #A6A6A6. Windows color (decimal): -5792799 or 14785447. OLE color: 14785447.

HSL color Cylindrical-coordinate representation of color #A79BE1: hue angle of 250.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A79BE1 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167155225-
CMYK0.260.3100.12
HSL250.29º53.85%74.51%-
HSV(B)250.29º31.11%88.24%-
XYZ41.2537.0976.22-
YUV166.57160.98128.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=30.53%
G=28.34%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671552250.260.3100.12250.2953.8574.51
HexA79BE11A1F0Cfa364b
Octal247233341323701437266113
Binary101001111001101111100001110101111101100111110101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BE1; }

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

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

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

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

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

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

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

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