#A79FBA

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

Shades of Spun Pearl #A79FBA

Tints of Spun Pearl #A79FBA

Color information

#A79FBA (or 0xA79FBA) is unknown color: approx Spun Pearl. HEX triplet: A7, 9F and BA. RGB value is (167,159,186). Sum of RGB (Red+Green+Blue) = 167+159+186=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBA is #586045. Grayscale: #A4A4A4. Windows color (decimal): -5791814 or 12230567. OLE color: 12230567.

HSL color Cylindrical-coordinate representation of color #A79FBA: hue angle of 257.78º degrees, saturation: 0.16, 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 #A79FBA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167159186-
CMYK0.100.1500.27
HSL257.78º16.36%67.65%-
HSV(B)257.78º14.52%72.94%-
XYZ37.236.5651.55-
YUV164.47140.15129.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=32.62%
G=31.05%
B=36.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671591860.100.1500.27257.7816.3667.65
HexA79FBAAF01B1021044
Octal247237272121703340220104
Binary10100111100111111011101010101111011011100000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FBA; }

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

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

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

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

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

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

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

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