#A79BE4

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

Shades of Wistful #A79BE4

Tints of Wistful #A79BE4

Color information

#A79BE4 (or 0xA79BE4) is unknown color: approx Wistful. HEX triplet: A7, 9B and E4. RGB value is (167,155,228). Sum of RGB (Red+Green+Blue) = 167+155+228=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #A79BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BE4 is #58641B. Grayscale: #A6A6A6. Windows color (decimal): -5792796 or 14982055. OLE color: 14982055.

HSL color Cylindrical-coordinate representation of color #A79BE4: hue angle of 249.86º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A79BE4 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167155228-
CMYK0.270.3200.11
HSL249.86º57.48%75.1%-
HSV(B)249.86º32.02%89.41%-
XYZ41.6637.2678.39-
YUV166.91162.48128.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=30.36%
G=28.18%
B=41.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671552280.270.3200.11249.8657.4875.1
HexA79BE41B200Bfa394b
Octal247233344334001337271113
Binary1010011110011011111001001101110000001011111110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BE4; }

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

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

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

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

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

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

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

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