#A79BE5

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

Shades of Wistful #A79BE5

Tints of Wistful #A79BE5

Color information

#A79BE5 (or 0xA79BE5) is unknown color: approx Wistful. HEX triplet: A7, 9B and E5. RGB value is (167,155,229). Sum of RGB (Red+Green+Blue) = 167+155+229=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #A79BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BE5 is #58641A. Grayscale: #A6A6A6. Windows color (decimal): -5792795 or 15047591. OLE color: 15047591.

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

Color convert

RGB167155229-
CMYK0.270.3200.10
HSL249.73º58.73%75.29%-
HSV(B)249.73º32.31%89.8%-
XYZ41.837.3279.13-
YUV167.02162.98127.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.31%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=30.31%
G=28.13%
B=41.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671552290.270.3200.10249.7358.7375.29
HexA79BE51B200Afa3b4b
Octal247233345334001237273113
Binary1010011110011011111001011101110000001010111110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BE5; }

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

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

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

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

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

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

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

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