#A79FB6

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

Shades of Spun Pearl #A79FB6

Tints of Spun Pearl #A79FB6

Color information

#A79FB6 (or 0xA79FB6) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and B6. RGB value is (167,159,182). Sum of RGB (Red+Green+Blue) = 167+159+182=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #A79FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FB6 is #586049. Grayscale: #A3A3A3. Windows color (decimal): -5791818 or 11968423. OLE color: 11968423.

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

Color convert

RGB167159182-
CMYK0.080.1300.29
HSL260.87º13.61%66.86%-
HSV(B)260.87º12.64%71.37%-
XYZ36.7836.3949.34-
YUV164.01138.15130.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=32.87%
G=31.30%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671591820.080.1300.29260.8713.6166.86
HexA79FB68D01D105e43
Octal247237266101503540516103
Binary1010011110011111101101101000110101110110000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FB6; }

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

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

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

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

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

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

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

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