#A79FBB

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

Shades of Spun Pearl #A79FBB

Tints of Spun Pearl #A79FBB

Color information

#A79FBB (or 0xA79FBB) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and BB. RGB value is (167,159,187). Sum of RGB (Red+Green+Blue) = 167+159+187=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBB is #586044. Grayscale: #A4A4A4. Windows color (decimal): -5791813 or 12296103. OLE color: 12296103.

HSL color Cylindrical-coordinate representation of color #A79FBB: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A79FBB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167159187-
CMYK0.110.1500.27
HSL257.14º17.07%67.84%-
HSV(B)257.14º14.97%73.33%-
XYZ37.336.652.11-
YUV164.58140.65129.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=32.55%
G=30.99%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671591870.110.1500.27257.1417.0767.84
HexA79FBBBF01B1011144
Octal247237273131703340121104
Binary10100111100111111011101110111111011011100000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FBB; }

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

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

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

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

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

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

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

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