#A79BD7

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

Shades of Wistful #A79BD7

Tints of Wistful #A79BD7

Color information

#A79BD7 (or 0xA79BD7) is unknown color: approx Wistful. HEX triplet: A7, 9B and D7. RGB value is (167,155,215). Sum of RGB (Red+Green+Blue) = 167+155+215=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #A79BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD7 is #586428. Grayscale: #A5A5A5. Windows color (decimal): -5792809 or 14130087. OLE color: 14130087.

HSL color Cylindrical-coordinate representation of color #A79BD7: hue angle of 252º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79BD7 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167155215-
CMYK0.220.2800.16
HSL252º42.86%72.55%-
HSV(B)252º27.91%84.31%-
XYZ39.9236.5669.24-
YUV165.43155.98129.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=31.10%
G=28.86%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671552150.220.2800.1625242.8672.55
HexA79BD7161C010fc2b49
Octal247233327263402037453111
Binary1010011110011011110101111011011100010000111111001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BD7; }

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

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

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

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

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

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

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

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