#A79FB9

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

Shades of Spun Pearl #A79FB9

Tints of Spun Pearl #A79FB9

Color information

#A79FB9 (or 0xA79FB9) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and B9. RGB value is (167,159,185). Sum of RGB (Red+Green+Blue) = 167+159+185=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #A79FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FB9 is #586046. Grayscale: #A4A4A4. Windows color (decimal): -5791815 or 12165031. OLE color: 12165031.

HSL color Cylindrical-coordinate representation of color #A79FB9: hue angle of 258.46º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79FB9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167159185-
CMYK0.100.1400.27
HSL258.46º15.66%67.45%-
HSV(B)258.46º14.05%72.55%-
XYZ37.0936.5150.99-
YUV164.36139.65129.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=32.68%
G=31.12%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671591850.100.1400.27258.4615.6667.45
HexA79FB9AE01B1021043
Octal247237271121603340220103
Binary10100111100111111011100110101110011011100000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FB9; }

 p { color: rgb(167,159,185); }

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

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

 a { background-color: rgb(167,159,185); }

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

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

 span { border-color: rgb(167,159,185); }

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