#A79FB7

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

Shades of Spun Pearl #A79FB7

Tints of Spun Pearl #A79FB7

Color information

#A79FB7 (or 0xA79FB7) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and B7. RGB value is (167,159,183). Sum of RGB (Red+Green+Blue) = 167+159+183=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #A79FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FB7 is #586048. Grayscale: #A4A4A4. Windows color (decimal): -5791817 or 12033959. OLE color: 12033959.

HSL color Cylindrical-coordinate representation of color #A79FB7: hue angle of 260º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A79FB7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB167159183-
CMYK0.090.1300.28
HSL260º14.29%67.06%-
HSV(B)260º13.11%71.76%-
XYZ36.8836.4349.89-
YUV164.13138.65130.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=32.81%
G=31.24%
B=35.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671591830.090.1300.2826014.2967.06
HexA79FB79D01C104e43
Octal247237267111503440416103
Binary1010011110011111101101111001110101110010000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FB7; }

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

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

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

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

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

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

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

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