#A79FB8

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

Shades of Spun Pearl #A79FB8

Tints of Spun Pearl #A79FB8

Color information

#A79FB8 (or 0xA79FB8) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and B8. RGB value is (167,159,184). Sum of RGB (Red+Green+Blue) = 167+159+184=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 184 - color contains mainly: blue. Hex color #A79FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FB8 is #586047. Grayscale: #A4A4A4. Windows color (decimal): -5791816 or 12099495. OLE color: 12099495.

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

Color convert

RGB167159184-
CMYK0.090.1400.28
HSL259.2º14.97%67.25%-
HSV(B)259.2º13.59%72.16%-
XYZ36.9936.4750.44-
YUV164.24139.15129.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 184 (72.27% from 255) = 36.08%
R=32.75%
G=31.18%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671591840.090.1400.28259.214.9767.25
HexA79FB89E01C103f43
Octal247237270111603440317103
Binary1010011110011111101110001001111001110010000001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FB8; }

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

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

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

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

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

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

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

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